<!-- m --><a class="postlink" href="http://www.sixfoottallrabbit.co.uk/thebigpoll/">http://www.sixfoottallrabbit.co.uk/thebigpoll/</a><!-- m -->
Does anybody know how to make sure the copyright row is always at the bottom of the page? Whatever the resolution? Whatever the content, unless there is more content that amount of space? If there's more content then I just want it to get bigger like normal.
Please help.
Thank you very much.I am not sure what you are asking.
You are already using tables, so the footer will always remain underneath the content area, no matter how big the content area is.
Is it that you would like the footer to appear at the bottom of the screen and not just underneath the content area? Please be more specific.Do you mean like this?... <!-- m --><a class="postlink" href="http://bonrouge.com/3c-hf-fluid-lc.phpYes">http://bonrouge.com/3c-hf-fluid-lc.phpYes</a><!-- m -->, I'd like it like that, BonRouge, but that's a bit rubbish because it goes off the end of the visible area and makes a pointless scroll.Yes, I'd like it like that, BonRouge, but that's a bit rubbish because it goes off the end of the visible area and makes a pointless scroll.
Sorry for the rubbish example. I'll try better next time.write a style sheet as follows
div#footer {
position:absolute;
bottom : 5px;
/* Other properties */
}
use the following for your content
<div id = "footer">
YOur content
</div>
Does anybody know how to make sure the copyright row is always at the bottom of the page? Whatever the resolution? Whatever the content, unless there is more content that amount of space? If there's more content then I just want it to get bigger like normal.
Please help.
Thank you very much.I am not sure what you are asking.
You are already using tables, so the footer will always remain underneath the content area, no matter how big the content area is.
Is it that you would like the footer to appear at the bottom of the screen and not just underneath the content area? Please be more specific.Do you mean like this?... <!-- m --><a class="postlink" href="http://bonrouge.com/3c-hf-fluid-lc.phpYes">http://bonrouge.com/3c-hf-fluid-lc.phpYes</a><!-- m -->, I'd like it like that, BonRouge, but that's a bit rubbish because it goes off the end of the visible area and makes a pointless scroll.Yes, I'd like it like that, BonRouge, but that's a bit rubbish because it goes off the end of the visible area and makes a pointless scroll.
Sorry for the rubbish example. I'll try better next time.write a style sheet as follows
div#footer {
position:absolute;
bottom : 5px;
/* Other properties */
}
use the following for your content
<div id = "footer">
YOur content
</div>