hallo,
warum fügt netscape 6.2 einen ca. 4 pixel hohen rand unter einem bild ein, was sich in einer tabelle befindet? und wie kann man das unterdrücken?
mein quelltext:
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>rand bei nn 6.2</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td><img src="bild.gif" border="0"></td>
</tr>
</table>
</body>
</html>