hey, i’m trying to make a footer…flush with the bottom of the page…and centered…in CSS.
CSS:
body {margin: 0px; padding: 0px; text-align: center;}
#footer {width: 700px; height: 20px; position: absolute; bottom: 0px; margin: 0px auto; background: url(‘footer.gif’);}
the page itself is http://www.freewebs.com/federationstest/links.htm
Any help greatly appreciated!
P.s. i know i can make it work if i use the HTML <center> tags and remove the css centering commands but centering in html…vomit