The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Centering banner
I have tried tried and tried some more and I cant get the banner centered. Ca someone help me? Here is a link:
http://hpinaction.com |
#2
|
|||
|
|||
I see it centered
Do you still have the problem? A small remark: your style is missing some buttons on the forums home: http://www.tpphosting.com/clients/im...s/lastpost.gif http://www.tpphosting.com/clients/im...lapse_tcat.gif ... |
#3
|
|||
|
|||
For some reason, it is only centered on the Halloween skin. Change it to any other skin and it isn't centered .
And thanks for that info! |
#4
|
|||
|
|||
Bump
|
#5
|
|||
|
|||
The reason is simple: you are using some wrong code.
I find in the HTML source code of your HPIA Ligt style the following piece (header template): HTML Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="left"><a href="index.php"><img src="http://i73.photobucket.com/albums/i206/62442al_Man/ikkeheltgladidennesl2.jpg" border="0" alt="HP In Action" /></a></td> <td align="right"> </td> </tr> </table> Change it to for example: HTML Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center"><a href="index.php"><img src="http://i73.photobucket.com/albums/i206/62442al_Man/ikkeheltgladidennesl2.jpg" border="0" alt="HP In Action" /></a></td> </tr> </table> This should do the trick |
#6
|
|||
|
|||
YOU are AWESOME!
I changed a few phrases around so all the other banners stayed, but yup, that did the trick. Thanks so much! Again XD |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|