Hi,
I have a problem since I use a full DOCTYPE.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body style="height:1 00%">
<table cellspacing="0" cellpadding="0" border="1" style="width:10 0%;
height:100%;">
<tr style="height:5 0px">
<td valign="top">he ader</td>
</tr>
<tr style="height:1 00%;">
<td valign="top">bo dy</td>
<tr>
<tr style="height:2 0px">
<td valign="top">fo oter</td>
</tr>
</table>
</body>
</html>
This works very well. The whole content fits in the browser window. When I
add the URL to the DOCTYPE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
it doesn't work anymore with IE6. Since I have to use the latter DOCTYPE I
need a solution that leads to the same result as the first samle.
Can onyone help me with this.
--
bye Stephan...
I have a problem since I use a full DOCTYPE.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body style="height:1 00%">
<table cellspacing="0" cellpadding="0" border="1" style="width:10 0%;
height:100%;">
<tr style="height:5 0px">
<td valign="top">he ader</td>
</tr>
<tr style="height:1 00%;">
<td valign="top">bo dy</td>
<tr>
<tr style="height:2 0px">
<td valign="top">fo oter</td>
</tr>
</table>
</body>
</html>
This works very well. The whole content fits in the browser window. When I
add the URL to the DOCTYPE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
it doesn't work anymore with IE6. Since I have to use the latter DOCTYPE I
need a solution that leads to the same result as the first samle.
Can onyone help me with this.
--
bye Stephan...
Comment