The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Why isnt my logo centering?
<a href="http://www.whoyoureppin.com/forum.php" target="_blank">http://www.whoyoureppin.com/forum.php</a>
or is it my forum thats of align? either way any help how i can sort this out please.? thanks alot. |
#2
|
||||
|
||||
Quote:
|
#3
|
|||
|
|||
def a side bar problem..
|
#4
|
|||
|
|||
the thing is when i disable the side bar, it still isnt correct....maybe i should uninstall it completely?
http://www.whoyoureppin.com/forum.php ive just uninstalled it but its not ligning up correctly...any ideas? codes? |
#5
|
|||
|
|||
Have you added the <td align="center"> in header template? Make sure you removed the <td align="$stylevar[right]">
style manager> edit Common Templates> Header <!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center"></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> delete red text add green text |
#6
|
||||
|
||||
HTML Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="left"><a href="forum.php"><center><img src="http://whoyoureppin.com/images/blizzard/Copy%20of%20misc/vbulletin3_logo_white.gif" border="0" alt="WhoYouReppin" /></center></a></td> <td align="right"> </td> </tr> </table> |
#7
|
||||
|
||||
Quote:
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="left"><a href="forum.php"><center><img src="http://whoyoureppin.com/images/blizzard/Copy%20of%20misc/vbulletin3_logo_white.gif" border="0" alt="WhoYouReppin" /></center></a></td> <td align="right"> </td> </tr> </table> <!-- /logo --> Code:
<!-- logo --> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="center"><a href="forum.php"><img src="http://whoyoureppin.com/images/blizzard/Copy%20of%20misc/vbulletin3_logo_white.gif" border="0" alt="WhoYouReppin" /></a> </td> </tr> </table> <!-- /logo --> |
#8
|
|||
|
|||
^how do i sort that out?
<!-- logo --> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="center"><a href="forum.php"><img src="http://whoyoureppin.com/images/blizzard/Copy%20of%20misc/vbulletin3_logo_white.gif" border="0" alt="WhoYouReppin" /></a> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output <!-- USC header edit start --> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> $usc_left <td valign="top"> <!-- USC header edit end --> thats the code i have...... solved bloody USC...thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|