html table problems

liunx

Guest
I am having problems with a line going through my webpage. I have it set up in tables and every attempt I have at aligning the rows and columns have come up empty. If someone could look at the code of the following page and its results you will notice a white line going through the middle of the page. If you can see an apparent problem please let me know.<br />
<br />
Thanks.<br />
<br />
<!-- m --><a class="postlink" href="http://www.sbtv.com/default.asp">http://www.sbtv.com/default.asp</a><!-- m --><!--content-->post the code. If the site below is the one you are having problems with, I do not see it. I am using mozilla firebird to browse with.<!--content-->I am assuming you are talking about the white line going through the middle of your site? Check the attached image.<!--content-->Oh I did not see that lol, time to peek at whats under the hood.<!--content-->Part of the problem is the tables are nested, nested tables are bad, real bad. I am not a fan of table based layouts but nesting is the worst, avoid it at all costs because it will make your code unorganized and it is very unacessable to older browsers, ns4 for example will just say screw it and not display the content inside of them etc.<br />
height="100%", get rid of that in your top table to start with and see what it does.<!--content--><tr><br />
<td><img height="1" width="47" alt="" src=http://www.webdeveloper.com/forum/archive/index.php/"default_files/lm_single_pixel_gif.gif"></td><br />
</tr><br />
</tbody></table><br />
<br />
ok change that height of 1 to 0.<!--content-->
 
Back
Top