PDA

View Full Version : Having 2 Logo's


Madmp3zz
11-01-2005, 03:57 PM
I have my normal log but want to add an animated gif next to it on the right side, can this be done?

What do I have to do to do this?

Thanks In advance

Marco van Herwaarden
11-01-2005, 07:51 PM
You will have to edit the header template for that.

Madmp3zz
11-01-2005, 09:35 PM
I am trying to add an animated gif to the LEFT and the RIGHT of the LOGO..
When I add them to the HEADER the show up but under the LOGO....
Here is my HEADER...

Any ideas?

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

peterska2
11-01-2005, 09:41 PM
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><img src="linky to left image" border="0" alt="any text you want to show if image fails or when hovering" /></td>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions" /></a></td>
<td align="$stylevar[left]"><img src="[b]linky to right image" border="0" alt="any text to show on hover or image fail" /></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

Madmp3zz
11-01-2005, 09:54 PM
THANKS ALOT!!!!

That worked great but how do I get them all to center?

peterska2
11-01-2005, 09:57 PM
Change "$stylevar[left]" to "center" in the above code. It appears 3 times.

Remove <td align="$stylevar[right]">
&nbsp;
</td>

Madmp3zz
11-01-2005, 10:33 PM
Thanks Bro...

Worked like a charm....