The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Header Gap
Um... the image i will attach will explain what i want...
and here is my header file (i edited it some so the linked images in the nav bar wouldn't show, making this file alot shorter for "public" viewing outside of the style... ) Code:
<!-- logo, navbar, links --> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" valign="top"> <tr> <td align="left" valign="top"><a href="$bburl"><img src="{imagesfolder}/header/podlogo.gif" border="0" alt="$bbtitle"></a></td> </tr> </table> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"><tr><td background="{imagesfolder}/header/navbarbg.gif" valign="top"><img src="{imagesfolder}/header/navbarbg.gif" border="0" alt=""> <!-- took this part out, so it would make the file alot shorter, all that went here was the linked images, so those have nothing to do with what i want... yeah... --> </td> </tr> </table> <!-- /logo, navbar, links --> <!-- content table --> <table width="{tablewidth}" cellpadding="10" cellspacing="0" border="0" align="center" class="page"> <tr> <td> |
#2
|
|||
|
|||
Try changing:
Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> |
#3
|
||||
|
||||
already tried that...
|
#4
|
|||
|
|||
Dunno what to tell ya.. I kinda don't like it stretching to the far ends of the screen.
|
#5
|
|||
|
|||
Using CSS:
body { background: #FFFFFF; color: #000000; font: 10pt verdana,arial,helvetica,sans-serif; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } |
#6
|
||||
|
||||
thank you very much saintdog, much appreciated!
|
#7
|
|||
|
|||
Although it has been a long time since this post.. SaintDog you helped BIG time!
Thank you |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|