The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am adding a theme that a friend of mine did but am having trouble getting the banner to align. All of the code seems to be the same (I imported the style and everything) and the images are the same....
Is there any reason for it not to be centered? Header code is: Quote:
|
#2
|
|||
|
|||
![]()
The cell is aligned left. This code here:
Code:
<td align="$stylevar[left]"> |
#3
|
|||
|
|||
![]() Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[center]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#4
|
|||
|
|||
![]()
Hm, is there a center stylevar defined? Try just this:
Code:
<td align="center"> |
#5
|
||||
|
||||
![]()
<!-- logo -->
<a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <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> <td align="$stylevar[right]"> </td> </tr></table> <!-- /logo --> Replace with your site url, if you use a portal page. |
#6
|
|||
|
|||
![]()
That did it, thanks!
|
#7
|
|||
|
|||
![]()
Replace those <center>'s with: <div align="center"> and </div>.
![]() |
#8
|
||||
|
||||
![]()
Thanks, I couldnt get it centered either, til I added the "centers" . I will give it the cleaner version....Thanks
|
#9
|
|||
|
|||
![]()
You rock, too, Eddie!
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|