Butting up tables in netscape

liunx

Guest
I have a site where I have tables that are supposed to be butted up against each other seamlessly. This works perfectly in IE but Netscape adds a small space in between the tables. Any ideas on how to fix this?<br />
<br />
See attached for a example.<!--content-->You could use one table instead of two. :)<br />
<br />
Neil<!--content-->Thanks for the quick response.<br />
<br />
However I am using tables within tables to achieve a certain effect. My html code is attached to you can see whats going on.<!--content-->jwatco -<br />
<br />
Without an absolute url, there's no way to reconstruct the page locally, images and all. Got one?<!--content-->Sure:<br />
<br />
<!-- m --><a class="postlink" href="http://www.randomcoops.com/dev/index.html">http://www.randomcoops.com/dev/index.html</a><!-- m --><br />
<br />
Thanks!<!--content-->jwatco -<br />
<br />
When building tables, always start out with this:<br />
<br />
<table cellspacing="0" cellpadding="0" border="0"><br />
<br />
and go from there. The defaults are *not* zero.<br />
<br />
Where's my comp room?<br />
<br />
kite ;)<!--content-->Works perfect! Thanks a lot!!!<!--content-->
 
Back
Top