Christian Kruse: Tabellenzellen als Verweisziel bei Netscape

Beitrag lesen

Hoi,

Folgendermaßen klappt es beim Iexplorer, aber der Netscape stellt
sich mal wieder an:

<html>
<head>
</head>
<body>
<table>
   <tr>
     <a href="verweis.htm">
        <td>Stuff</td>
     </a>
   </tr>
</table>
</body>
</html>

Wie klappt es also auch beim Netscape?

Gar nicht. Sowas ist verboten, per Definition.

Gruesse,
 CK