it does in FF2.0 but not in IE7. I did test and just put this code in:
Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
|
And it still only displayed at approx 75%. I also notice this at login. at the home.php in both FF & IE7 it is 100%. when you login is seems to narrow both sides of the page so it shows smaller and not 100%.