What I mean is that I would like to have the page expand the full height of the screen, while keeping the DOCTYPE DTD XHTML 1.0 Transitional or strict. So if the content of the page does not have enough content then to push the footer to the bottom of the screen the coding will do it no matter what. SO I need to have the
expand 100%height.
I tried adding 100% height to my container but it didnt work. If I remove the DOCType then it does work. I would like too keep the DOCType as it is imporant.