Okay (Quickie background) Have large existing intranet website, that I need to add something to. The something I'm adding requires the XHTML 1.0 Doc Type ... or it shoots off the page. (ther in lying the problem...)
The existing site holds the page footer at the bottom of the page by setting body padding & margin to 0, and setting the main page table to height=100%. Which worked fine as even if the page had no content the footer still stayed (where the hell it belonged) "pinned" to the bottom of the page/browser window.
Now the instant I add the Doc Type XHTML 1.0 to the page, the "footer" suddenly decides it wants to spring up to the center of the page completely ignoring the height=100% part of the table description.
So...How the hell am I supposed to nail the footer to the bottom of the page where it belongs if this crazy assed Doc Type won't let me define the height of the main table?!?
