Whats code to make something stay at the bottom of the page?
Printable View
Whats code to make something stay at the bottom of the page?
in a table?
or the page?
On the page. But i need it so like if there isnt enough content to fill the page, the footer stays at the bottom but gets pushed down if the content goes far enough.
I would just put it under the content box imo.
If your using CSS the code would be:
I think that is the code but am not 100% sure. Just add that to the DIVCode:
clear: content;
or
use <div align="bottom">
style="bottom: 0px; position: absolute;"