A
AAaron123
<body runat="server" id="MainBody">
<form id="form1" runat="server" style="background-color:green; width: 100%;
height: 100%">
<br />
Table1" runat="server" Style="background-color:Yellow; width: 100%; height:
90%" BorderColor="Maroon"
BorderWidth="9px" BorderStyle="Ridge">
The body fills the IE window with it's color.
A little green shows at the top (because of the <br/>)
I also placed a <br/> after the bottom of the table and a little green show
there.
The yellow table fills the table between those two green areas.
The form's width does fill 100% of the body.
The two green areas show where the form is and the form does not cover 90%
of the body height!
That's my problem.
Can I force the form to extend to 90% of the body height some how?
Thanks
<form id="form1" runat="server" style="background-color:green; width: 100%;
height: 100%">
<br />
Table1" runat="server" Style="background-color:Yellow; width: 100%; height:
90%" BorderColor="Maroon"
BorderWidth="9px" BorderStyle="Ridge">
The body fills the IE window with it's color.
A little green shows at the top (because of the <br/>)
I also placed a <br/> after the bottom of the table and a little green show
there.
The yellow table fills the table between those two green areas.
The form's width does fill 100% of the body.
The two green areas show where the form is and the form does not cover 90%
of the body height!
That's my problem.
Can I force the form to extend to 90% of the body height some how?
Thanks