Hi,<br><br>Could anyone suggest why the following code works fine in Internet Explorer, but looks nothing like the desired results in Netscape?<br><br>If possible, is there a resource on the web to explain why Netscape does this, or suggest how I could make changes to the table so it looks the same in Netscape?<br><br><br>Thanks in advance,<br><br>M.<br><br><br><br>---------------------------------------<br><html><br><head><br><title>Title</title><br><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br></head><br><br><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF"><br><table border="1" cellspacing="0" cellpadding="0" width="100%" height="100%"><br> <tr><br> <td height="64">Q</td><br> <td height="64" width="16">Q</td><br> </tr><br> <tr><br> <td height="16">Q</td><br> <td height="16" width="16">Q</td><br> </tr><br> <tr><br> <td>Q</td><br> <td width="16">Q</td><br> </tr><br> <tr><br> <td height="16">Q</td><br> <td height="16" width="16">Q</td><br> </tr><br></table><br></body><br></html><br>---------------------------------------