D
davoud
Could someone tell what is wrong with the following code? It works perfectly
in the browsers (IE 6, FF 1.0.6, NS 7.2 and Opera 8.01) but when I paste the
code in Frontpage 2003, there is a gap showing off the bgcolor of the body at
the bottom of the page in design mode.
<HTML><HEAD>
<TITLE>test</TITLE>
<style type="text/css">
body {margin:0; padding:0; background-color: red;}
#height { height:100%; background-color:blue}
</style>
</HEAD>
<BODY >
<TABLE id="height" cellSpacing="0" cellPadding="0" width="100%" border="0" >
<TBODY >
<TR >
<td>
</td></TR></tbody>
</TBODY></TABLE></body></html>
in the browsers (IE 6, FF 1.0.6, NS 7.2 and Opera 8.01) but when I paste the
code in Frontpage 2003, there is a gap showing off the bgcolor of the body at
the bottom of the page in design mode.
<HTML><HEAD>
<TITLE>test</TITLE>
<style type="text/css">
body {margin:0; padding:0; background-color: red;}
#height { height:100%; background-color:blue}
</style>
</HEAD>
<BODY >
<TABLE id="height" cellSpacing="0" cellPadding="0" width="100%" border="0" >
<TBODY >
<TR >
<td>
</td></TR></tbody>
</TBODY></TABLE></body></html>