Reallty, really embarrassed to ask this.
I did this... (3rd line, below) as suggested by a thread on this board, using the URL for my logp/
<body>
{CUSTOM_HEADER}
<center><img src="themes/water_drop/images/logo3blk.gif" alt="Sybeau Monde.com" /></center>
<table width="100%" border="0" cellpadding="20" cellspacing="20">
<tr>
<td valign="top" style="border: 1px solid #CCD7E0; background-color: #FFFFFF;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center">
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3><br />
{SYS_MENU}<br />{SUB_MENU}
</td>
</tr>
</table>
The giff appears nicely centered, above the first table, the one that contains the board name (GAL_NAME)
What I really want is the logo to appear ***within*** the first table. I do not want the "gal_name" there but my logo, and alt text "under" it. Possibly, too, a tiled design or something like a toned down photo for a banner.
Should I cut out the "gal_name" tags and just put in my xhtml tags. I really must apologize for this dumb question. I am just trying to get over being scared to touch any of the code because my site works nicely now. Should I remove the custom header tag too? If I cut them out won't it mess up the database??
Sorry,, I am relatively new at working with dynamic web pages. I learned html like 12 years ago (1995) when there were like 10 tags and it was a big deal to create an image map.
TIA,
Klew
- Just change {GAL_NAME} place holder with your logo
- You don't need to remove {CUSTOM_HEADER} , it's harmless ;)
Thanks!
Klew