Ralf Kluth: Tabellenproblem

Beitrag lesen

Hallo,

ich hab folgenden ganz banalen Tabellenaufbau:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#999999"> </td>
  </tr>
</table>
</body>
</html>

Wenn man das ganze mit einem Netscape 4.7x betrachtet dann erstreckt sich die Tabelle
nicht bis zum rechten Rand, es bleibt eine kleine Lücke. Im IE ist alles OK.

Woran liegt das was kann man machen???