Hi,
My pages sit in a table of width 100% and height 100%:
<table width="100%" height="100%" border="0" align="left" cellpadding="0" cellspacing="0">
I have the following CSS for my Body Tag:
body {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom; 0;
}
However, the table doesn't go all the way to the bottom of the page - instead, it leaves a gap for the scrollbar - which isn't shown as it all fits on screen.
Is there a way to get the table to go all the way to the bottom of the page? I think this must be simple but just don't know the code (and can't find it on Google) to do it!
Thanks,
Richard
My pages sit in a table of width 100% and height 100%:
<table width="100%" height="100%" border="0" align="left" cellpadding="0" cellspacing="0">
I have the following CSS for my Body Tag:
body {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom; 0;
}
However, the table doesn't go all the way to the bottom of the page - instead, it leaves a gap for the scrollbar - which isn't shown as it all fits on screen.
Is there a way to get the table to go all the way to the bottom of the page? I think this must be simple but just don't know the code (and can't find it on Google) to do it!
Thanks,
Richard