Matti Mäkitalo: CSS+width+Tabelle+«th»+Netscape

Beitrag lesen

Hallo Thomas,
ich würde dir vorschlagen, hier auf CSS zu verzichten.
Mach die Angaben für die Tabellenbreite auf dem Fußweg.
Netscape interpretiert es einfach nicht, jedenfalls der 4.0 nicht.
Probier mal diesen Code:
<html>
<head>
<title></title>
</head> Achtung! hier war ein < zuviel!
<body text="#000000" bgcolor="#EFEFEF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<table border="1" width="720">
  <tr>
      <th width="120">HTML</th>
      <th width="120">JavaScript</th>
      <th width="120">Java</th>
      <th width="120">CGI</th>
      <th width="120">Perl</th>
      <th width="120">sonstige</th>
   </tr>
</table>

</body>
</html>
So funktionierts.
MfG Matti