Footer at the bottom?

Any problem with HTML can be discussed here.
Post Reply
toxic_diamonds
Posts: 11
Joined: Sun Nov 05, 2006 10:17 pm

Footer at the bottom?

Post 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


Image
Simpsonplanet
Posts: 6
Joined: Mon Dec 04, 2006 12:03 pm

Post by Simpsonplanet »

OOoooo...thats tough, im not sure, maybe google an answer?
rwshthn
Posts: 500
Joined: Tue Sep 26, 2006 1:39 am
Contact:

wow

Post by rwshthn »

wow its hard man
but i think google will help you man
Paolo1993
Posts: 195
Joined: Tue Jul 18, 2006 11:26 pm

Post by Paolo1993 »

try to make your whole footer in a <div> and table
Image
Envoxia
Posts: 132
Joined: Sat Nov 18, 2006 9:09 pm

divs

Post 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
vinter
Posts: 27
Joined: Fri Dec 22, 2006 5:08 pm

Post 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;"
annamarie
Posts: 66
Joined: Tue Dec 26, 2006 2:18 pm

Post by annamarie »

i dont really understand what u say, btw can i see ur web ? so i can give an suggestion
Post Reply