I have the following page (deadlink: http://www.workingstorage.com/Sample.htm ) that has a footer which I can\'t make sit at the bottom of the page.
http://www.workingstorage.com/Sample.htm
I wa
Just set the html, body, and the other rows except the footer to 100%. e.g
the css becomes
html, body, header, content{ height:100%; }