Page 1 of 1

Footer at the bottom?

Posted: Sun Dec 03, 2006 2:19 pm
by toxic_diamonds
My footer is too much at the top.

And the pages are in .html file format

Anyone got the code for moving the footer right at the bottom? Thanks

Posted: Mon Dec 04, 2006 12:06 pm
by Simpsonplanet
OOoooo...thats tough, im not sure, maybe google an answer?

wow

Posted: Wed Dec 06, 2006 9:24 am
by rwshthn
wow its hard man
but i think google will help you man

Posted: Thu Dec 21, 2006 11:29 am
by Paolo1993
try to make your whole footer in a <div> and table

divs

Posted: Thu Dec 21, 2006 4:10 pm
by Envoxia
If you're using CSS for you site you should just adjust your coding. Try this (but put it in < > tags and subsititute * with the values)

div style="width: *px; height: *px; margin-bottom: 0px;"

now, it'll have to be in a table or something that will position it horizontally where you want it or else it'll end up on the left side of the page unless you want to add a margin-left or margin-right attribute. if you need any extra help, let me know

Posted: Sat Dec 23, 2006 6:16 am
by vinter
Envoxia wrote:If you're using CSS for you site you should just adjust your coding. Try this (but put it in < > tags and subsititute * with the values)

div style="width: *px; height: *px; margin-bottom: 0px;"

now, it'll have to be in a table or something that will position it horizontally where you want it or else it'll end up on the left side of the page unless you want to add a margin-left or margin-right attribute. if you need any extra help, let me know
or better, since you are using css, it has a positioning attribute... so use it!

your code will look a bit like
div style="position:absolute; top:something; left:something;"

Posted: Tue Dec 26, 2006 4:25 pm
by annamarie
i dont really understand what u say, btw can i see ur web ? so i can give an suggestion