|
A few questions to help come up with the best solution.
1) Do you write your own code or use a visual editor?
2) Are you aware you are useing out-dated code? Eventually things like the "<center>" tag will no longer be supported.
The best solution would be to use html 4.01 and put your body into a single layer or table. Then set the height to 100%. Thus the header will be at the top and the footer at the bottom. When the content over flows the page it will push the footer down with it.
|