dbudde
06-10-2003, 05:18 AM
I have a footer that is basically put into a table that is 100% width. The problem I need to solve is that I want the footer to show up on the bottom of the page, but it is showing up in the middle of the page when the page does not have enough content to push the footer down. Is there a way to specify in HTML for the footer to alway show up at the bottom of the page no matter if the page is too short?
These pages are generated dynamically using cold fusion so the length of the page varies, but I would like to find and HTML solution if their is one, because, although I could program a counter to count rows inserted and insert extra rows when needed, NOT all my pages use cold fusion and therefore some of the pages are just static html and I dont want to have to code in hard returns.
Thanks in advance for any help.
These pages are generated dynamically using cold fusion so the length of the page varies, but I would like to find and HTML solution if their is one, because, although I could program a counter to count rows inserted and insert extra rows when needed, NOT all my pages use cold fusion and therefore some of the pages are just static html and I dont want to have to code in hard returns.
Thanks in advance for any help.