The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Having 2 Logo's
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 |
#2
|
|||
|
|||
You will have to edit the header template for that.
|
#3
|
|||
|
|||
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]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#4
|
|||
|
|||
Code:
<!-- 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[bbtitle]" /></a></td> <td align="$stylevar[left]"><img src="linky to right image" border="0" alt="any text to show on hover or image fail" /></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#5
|
|||
|
|||
THANKS ALOT!!!!
That worked great but how do I get them all to center? |
#6
|
|||
|
|||
Change "$stylevar[left]" to "center" in the above code. It appears 3 times.
Remove Code:
<td align="$stylevar[right]"> </td> |
#7
|
|||
|
|||
Thanks Bro...
Worked like a charm.... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|