Thank you for the link! However, I've looked at this and tutorials like it all afternoon to no avail. Maybe someone can help with my particular problem:
HTML Code:
html, body { height:100%; }
#contain { position:relative; min-height:100%; height:100%; }
#content { height:auto; }
#footer { position:absolute; bottom:0; width:100%; height:50px; }
HTML Code:
<div id="contain">
<div id="content"><table width="100%" height="100%"></table></div>
<div id="footer"><table></table></div>
</div>
I have the same problems as mentioned in my first post.
Bookmarks