|
Thanks for your reply. Tryed but it aligned top.
Found this one and it worked for me:
<style type="text/css">
body {margin: 0px; marginheight: 0px; marginwidth: 0px; scroll: no;
text-align: center;height: 100%;}
table {width: 100%; height: 100%;}
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
Whatever content you want goes in here.
</td>
</tr>
</table>
</body>
__________________
Best wishes
Ronny
Last edited by Ronny : 03-31-2006 at 06:45 PM.
|