Hi Andy!
vertikal in der mitte, aber des horizontale will einfach nicht klappen.
Wie kann ich das machen?
Mit folgendem Code steht "DERINHALT" sowohl horizontal, als auch vertikal in der Mitte. "DERINHALT" nun noch durch die eigentliche Tabelle ersetzen und fertig :)
<html>
<head>
<title>Zentrierte Tabelle</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0">
<tr>
<td align="center">"DERINHALT"</td>
</tr>
</table>
</body>
</html>
Gruß
Björn