- Oder der URL in der DTD ist nicht gültig
Hattest recht! *schäm* So hier noch mal das ganze: (funktioniert immer noch net. Ich bekomme gleich eine Browser-Allergie)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Tabellen Test</title>
<style type="text/css">
body { margin:0; padding:0; width:100%; height:100%; }
html { margin:0; padding:0; width:100%; height:100%; }
</style>
</head>
<body>
<table style="width:100%; height:100%" cellspacing="0" cellpadding="0" summary="test">
<tr>
<td style="background-color:black; height:5px;"><img src="11.gif" width="1" height="1" alt="transparenter Pixel (1x1)"></td>
</tr>
<tr>
<td style="background-color:gray; vertical-align:middle; text-align:center;"> MITTE </td>
</tr>
<tr>
<td style="background-color:black; height:5px;"><img src="11.gif" width="1" height="1" alt="transparenter Pixel (1x1)"></td>
</tr>
</table>
</body>
</html>