The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi
I've just installed an ad banner hack but the banner appears right next to my header image (both centred) How would I change the code to put in some spacing below my title image. This is my header code at the moment cellspacing="0" align="center"> <tr> <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="center"> </td> </tr> </table> <tr><center>$banner</center></tr> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#2
|
|||
|
|||
![]()
Change it to this, also your missing the top part of the table tag, make sure you put it back in there before saving.
Code:
cellspacing="0" align="center"> <tr> <td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="right"> $banner </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output[/QUOTE] |
#3
|
|||
|
|||
![]()
Hi
doing that makes the banner appear off centre |
#4
|
|||
|
|||
![]() Code:
<tr> <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <br /> <tr> <td align="center"> $banner </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|