Hallo,
leider gibt es eigentlich kein attribut height für den tag table.
mach die seite einfach so:
<html>
<head>
<title> SEITENTITEL </title>
<meta name="author" content=":W-D:">
<STYLE TYPE="text/css">
<!--
HTML, BODY
{
Width: 100%;
Height: 100%;
}
TABLE
{
Width: 100%;
Height: 100%;
}
-->
</STYLE>
</head>
<body>
<table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="center"> DEIN_BILD </td>
</tr>
</table>
</body>
</html>
das klappt mit sicherheit..
so long - stay easy
:W-D: