View Full Version : Centering Your Banner?
lightwave
02-28-2006, 01:17 AM
how do you center your banner
plz help =/
o0Hubba0o
03-31-2006, 02:08 AM
Well if you haven't gotten it yet this is how I did it, in your header template find:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
And replace it with:
<td align="$stylevar[left]"><center><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></center></td>
All I did was add the <center></center> tags
antialiasis
03-31-2006, 05:33 AM
Or just go with using <td align="center"> instead of <td align="$stylevar[left]">.
Freesteyelz
03-31-2006, 06:10 AM
Or
<td style="text-align:center"></td>
:)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.