Sohail: Tabellen bei NetScape

Beitrag lesen

Hallo,

weiss jemand, wie mann die Prozent-Angaben bei Netscape aussehen.
Ich habe nämlich ein Problem.
Ich habe eine Tabelle in der andern. Die äussere nimmt bei NetScape die Prozent angaben an. die innere lässt sich aber davon nicht beeindrucken.

<html>
<body>
<table border=1 width=100% height=100% cellpadding=0 cellspacing=0 marginwidth=0 marginheight=0>
<tr>
 <td>
  <table border=1 width=100% height=100% cellpadding=0 cellspacing=0 marginwidth=0 marginheight=0>
   <tr>
    <td>
       
    </td>
   </tr>
  </table>
</td>
</tr>
</table>
</body>
</html>

Hat jemand eine Idee?

Dnke im voraus.

Sohail