Okay, this code used to work, without the
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"<A href="http://www.w3.org/TR/html4/loose.dtd">[/HTML">http://www.w3.org/TR/html4/loose.dtd">
part.
But now, with it, It just doesn’t work
Here is the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<table width="580" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" valign="middle" align="center">asdf</td>
</tr>
</table>
</center>
</body>
</html>
Here is the otucome of the page: http://www.motioncache.com/new_layout_test.htm
Supposedly, it’s supposed to stretch all the way down and vertically center the text. With the Doctype thingie, it just doesn’t work. :jail:
Does anyone know a solution to this?