Robert
07-09-2005, 11:11 PM
IE6 sp1 V6.0.2800.1106
WINDOWS 2000 sp4
When viewing the page the table extends to 90% of the screen leaving a gap
on the right hand side. Hitting refresh extends the table 100% across the
screen but when clicking on a link referencing the page it reverts back to
the 90%.
Any help or a push in the right direction would be appreciated.
sample code below:
<html>
<head>
<title>Test</title>
</head>
<body leftmargin="0" topmargin="0">
<table border="0" width="100%" height="100%" cellspacing="0"
cellpadding="0">
<tr>
<td width="100%" height="10%" bgcolor="#000000"></td>
</tr>
<tr>
<td width="100%" height="90%">
<p align="center"><a href="Test.htm">test</a></td>
</tr>
</table>
</body>
</html>
WINDOWS 2000 sp4
When viewing the page the table extends to 90% of the screen leaving a gap
on the right hand side. Hitting refresh extends the table 100% across the
screen but when clicking on a link referencing the page it reverts back to
the 90%.
Any help or a push in the right direction would be appreciated.
sample code below:
<html>
<head>
<title>Test</title>
</head>
<body leftmargin="0" topmargin="0">
<table border="0" width="100%" height="100%" cellspacing="0"
cellpadding="0">
<tr>
<td width="100%" height="10%" bgcolor="#000000"></td>
</tr>
<tr>
<td width="100%" height="90%">
<p align="center"><a href="Test.htm">test</a></td>
</tr>
</table>
</body>
</html>