Posted by Eirik Eldorsen on 08/03/05 16:33
"Els" <els.aNOSPAM@tiscali.nl> skrev i melding
news:1n6npu4dbm9jw$.ly3rs897vevk$.dlg@40tude.net...
> Set a height on the td.
Nope that did'nt help. Works in IE though. But not in Firefox and Opera.
My code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Test</title>
</head>
<body style="height:100%">
<table cellpadding="0" cellspacing="0" border="0"
style="height:100%;width:100%"><tr><td valign="middle" align="center"
style="height:100%;width:100%" height="100%">
THE CENTER
</td></tr></table>
</body>
</html>
Navigation:
[Reply to this message]
|