I have a small site I'm constantly working on, and I've recently put a footer on each of the pages. The footer works fine on pages with content, but I have a pics page that only has a couple lines of links. How do I force the footer to the bottom of the page, no matter what screen resolution the client is running?
Here's the examples of what I'm talking about
:
http://www.farsideofthegalaxy.com/downloads/
http://www.farsideofthegalaxy.com/pictures/
The downloads page isn't a problem, because you have to scroll down anyway, but if I put the footer in the pics page it will display at different spots on the screen depending on screen resolution. Is there any piece of code that can push something to the bottom of the page? Not too picky on the language. HTML, PHP; doesn't matter.