In my html page,I am displaying an image(It is just a thick line). I want to display it in 100%.
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="37" width="100%" background="images/tableback.gif">
</td>
</tr>
</table>
The problem:
When browser window is full-screen the "line-image" extended upto end of row, but when I change browser window size(make it smaller) the "line-image" is not extended upto end, A gap remains at end.
This problem is with IE not with netscape.
Please help
Regards
Devendra


