The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Banner not centering
when editing the default skin, I have made the forums fixed width and the banner the same width as the forums, but the banner aligns like one or two pixels too the left, even when set to align center. anyone know why this may be
|
#2
|
|||
|
|||
screenshot and header code?
|
#3
|
|||
|
|||
notice how it aligns a little to the left.
http://img206.imageshack.us/img206/9...eenshotma4.jpg 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> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#4
|
|||
|
|||
Go into Styles and Templates > Drop Down menu > Style Vars and mess with the page width etc (first option) You should make it the same width as your banner.
|
#5
|
|||
|
|||
it is the exact same width, which is why im wondering why it isnt formatting correctly
|
#6
|
||||
|
||||
play with cellpadding="0" cellspacing="0" and see what happens
|
#7
|
|||
|
|||
what do you mean play with? lol
|
#8
|
|||
|
|||
Adjust the "0"s to a different number.
|
#9
|
|||
|
|||
that only moves it vertically
|
#10
|
|||
|
|||
Code:
<td align="$stylevar[center]"> Code:
<td align="center"> Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" 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="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|