PDA

View Full Version : Header Gap


CannonFodder
03-01-2003, 07:37 PM
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... )


<!-- 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>

imported_350Chevy
03-01-2003, 08:23 PM
Try changing:


<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">

to:


<table border="0" width="100%" cellpadding="0" cellspacing="0" align="left">

CannonFodder
03-01-2003, 08:36 PM
already tried that...

imported_350Chevy
03-01-2003, 08:42 PM
Dunno what to tell ya.. I kinda don't like it stretching to the far ends of the screen.

SaintDog
03-01-2003, 10:13 PM
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;
}

CannonFodder
03-01-2003, 10:31 PM
thank you very much saintdog, much appreciated! :)

imported_DJD
04-18-2004, 12:01 AM
Although it has been a long time since this post.. SaintDog you helped BIG time!

Thank you :)