still problems with space between rows

windows

Guest
Ok, I have the border=0 in the image tags and did some other cleanup, but I still get space between the rows in the upper image area in IE -- not in Opera. What is it?<br />
<br />
<!-- m --><a class="postlink" href="http://www.studio2013.com/realtymasters/index.html">http://www.studio2013.com/realtymasters/index.html</a><!-- m --><!--content-->use these aswell for spacing<br />
<br />
<br />
cellspacing="x" cellpadding="x" border="x"<!--content-->It is ooooooo sooooooooo simple........<br />
<br />
=====================<br />
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0 ><br />
<TBODY> <br />
<TR ><br />
<TD align=left width=760 colSpan=3 height=13></TD><br />
</TR> <br />
<TR height=23 WIDTH="760"> <br />
<TD align=left width=237 height=23><IMG src=http://www.htmlforums.com/archive/index.php/"realty_bestanden/topleftyel.gif" border=0></TD><br />
<TD align=left width=308 height=23><A href=http://www.htmlforums.com/archive/index.php/"http://www.studio2013.com/realtymasters/sellerinfo.html"><IMG src="realty_bestanden/seller-but.gif" border=0></A></TD><br />
<TD align=left width=215 height=23><A href=http://www.htmlforums.com/archive/index.php/"http://www.studio2013.com/realtymasters/buyerinfo.html"><IMG src="realty_bestanden/buyer-but.gif" border=0></A></TD><br />
</TR> <br />
<TR height=67 WIDTH="760"> <br />
<TD align=left width=760 colSpan=3 height=67><IMG src=http://www.htmlforums.com/archive/index.php/"realty_bestanden/top-center.gif" border=0></TD><br />
</TR><br />
<TR > <br />
<TD align=left width=237 height=29><A href=http://www.htmlforums.com/archive/index.php/"http://www.studio2013.com/realtymasters/mortgages.html"><IMG src="realty_bestanden/mortg-but.gif" border=0></A></TD><br />
<TD align=left width=523 colSpan=2 height=29><IMG src=http://www.htmlforums.com/archive/index.php/"realty_bestanden/listings.gif" border=0></TD><br />
</TR> <br />
<TR height=13 WIDTH="760"><br />
<TD align=left width=760 colSpan=3 height=13></TD><br />
</TR><br />
</TBODY><br />
</TABLE><br />
===========<br />
An image...sliced........ ok?<br />
In a table.....ok?<br />
td tag image /td tag<br />
All on ONE LINE......<br />
<br />
And then:<br />
space between the rows gone......<br />
<br />
<br />
<br />
:rocker:<!--content-->see simpler example:<br />
<br />
<!-- m --><a class="postlink" href="http://www.studio2013.com/realtymasters/top.html">http://www.studio2013.com/realtymasters/top.html</a><!-- m --><br />
<br />
CELLPADDING=0 CELLSPACING=0 BORDER=0 included<br />
</td> on same line in Homesite editor.<br />
<br />
-----------<br />
<br />
<HTML><br />
<BODY TEXT="#000000" LINK="#0000FF" VLINK="#008080" ALINK="#FFFF00"><br />
<br />
<TABLE ALIGN="CENTER" WIDTH=760 HEIGHT=145 CELLPADDING=0 CELLSPACING=0 BORDER=0 VALIGN="TOP"><br />
<tr VALIGN="TOP"><br />
<!--Adds top margin space--><br />
<td ALIGN="LEFT" COLSPAN=3 WIDTH=760 HEIGHT=13></td></tr><br />
<tr VALIGN="TOP" WIDTH=760 HEIGHT=23><br />
<td ALIGN="LEFT" WIDTH=237 HEIGHT=23><IMG SRC = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"art/topleftyel.gif" BORDER=0> </td><br />
<td ALIGN="LEFT" WIDTH=308 HEIGHT=23 ><a href=http://www.htmlforums.com/archive/index.php/"sellerinfo.html"><IMG SRC = "art/seller-but.gif" BORDER=0> </a></td><br />
<td ALIGN="LEFT" WIDTH=215 HEIGHT=23 ><a href=http://www.htmlforums.com/archive/index.php/"buyerinfo.html"><IMG SRC = "art/buyer-but.gif" BORDER=0></a></td></tr><br />
<tr VALIGN="TOP" WIDTH=760 HEIGHT=67><br />
<td ALIGN="LEFT" COLSPAN=3 WIDTH=760 HEIGHT=67> <IMG BORDER=0 SRC=http://www.htmlforums.com/archive/index.php/"art/top-center.gif" BORDER=0> </td></tr><br />
<tr VALIGN="TOP"><br />
<td ALIGN="LEFT" WIDTH=237 HEIGHT=29><a href=http://www.htmlforums.com/archive/index.php/"mortgages.html"><IMG SRC = "art/mortg-but.gif" BORDER=0></a></td><br />
<td ALIGN="LEFT" COLSPAN=2 WIDTH=523 HEIGHT=29><IMG SRC = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"art/listings.gif" BORDER=0 ></td></tr><br />
<tr VALIGN="TOP" WIDTH=760 HEIGHT=13><br />
<!--Adds vertical margin space--><br />
<td ALIGN="LEFT" COLSPAN=3 WIDTH=760 HEIGHT=13></td></tr><br />
</table><br />
</body><br />
</html><!--content-->ok for one, don't use capitals. and two, you had way more code then what was needed. three, you need to watch your spacing adn I know that browsers don't care about white space but you will be surprised that it really does. look at what I did compared to what you have.<br />
<br />
<br />
<html><br />
<head><br />
</head><br />
<body text=#000000 vLink=#008080 aLink=#ffff00 link=#0000ff><br />
<table cellspacing="0" cellpadding="0" align="center" border="0" valign="top"><br />
<br />
<tr><!--adds top margin space--><br />
<td width=760 colspan=3 height=13>&nbsp;</td><br />
</tr><br />
<tr><br />
<td width="237" height="23"><img src=http://www.htmlforums.com/archive/index.php/"topleftyel.gif" width="237" height="23"></td><br />
<td width="308" height="23"><a href=http://www.htmlforums.com/archive/index.php/"http://www.studio2013.com/realtymasters/sellerinfo.html"><img src="seller-but.gif" border=0></a></td><br />
<td width="215" height="23"><a href=http://www.htmlforums.com/archive/index.php/"http://www.studio2013.com/realtymasters/buyerinfo.html"><img src="buyer-but.gif" border=0></a></td><br />
</tr><br />
<tr><br />
<td width="760" colspan=3 height="67"><img src=http://www.htmlforums.com/archive/index.php/"top-center.gif" width="760" height="67"></td></tr><br />
<tr><br />
<td width="237" height="29"><a href=http://www.htmlforums.com/archive/index.php/"http://www.studio2013.com/realtymasters/mortgages.html"><img src="mortg-but.gif" border=0></a></td><br />
<td width="523" colspan=2 height="29"><img src=http://www.htmlforums.com/archive/index.php/"listings.gif" border=0></td><br />
</tr><br />
<tr><br />
<!--adds vertical margin space--><br />
<td width=760 colspan=3 height=13>&nbsp;</td><br />
</tr><br />
</table><br />
</body><br />
</html><!--content-->
 
Back
Top