a little layout problem!

liunx

Guest
Hi I have a layout problem thats bugging the hell out of me and I'm not sure how to put it right, it's the white line above the navigation on all of the inner pages, the nav is supposed to sit tight to the top banner photo, can someone please take a look and advise as how to put it right.<br />
this is the site (<!-- m --><a class="postlink" href="http://www.2gounderground.com/anthonysimmonds">http://www.2gounderground.com/anthonysimmonds</a><!-- m -->) :confused:<!--content-->A simple yet common mistake.<br />
<br />
Close your <td> tags on the same line as they start. I.E. with no returns of carriage or unrequired spaces. Something like this.<br />
<br />
<table><br />
<tr><br />
<td>whatever you need in here then the close tag here...</td><br />
<td>the same as above if you want more</td><br />
</tr><br />
</table><br />
<br />
that should sort you out.<!--content-->
 
Back
Top