The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
how do you center your banner
plz help =/ |
#2
|
||||
|
||||
![]()
Well if you haven't gotten it yet this is how I did it, in your header template find:
Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> Code:
<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> |
#3
|
||||
|
||||
![]()
Or just go with using <td align="center"> instead of <td align="$stylevar[left]">.
|
#4
|
||||
|
||||
![]()
Or
Code:
<td style="text-align:center"></td> ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|