Footer - CSS/HTML

Associate
Joined
7 Mar 2007
Posts
1,244
I need help creating a footer.

This is my CSS code:
Code:
#footer{
padding:0px;
margin:0px;
background-color:#202126;
color:#fff;
border-bottom: 1px solid #dbd4d4;
border-top: 1px solid #dbd4d4;
text-align:center;
}

This is my HTML code:
Code:
<div id="footer">
<font size=-2>&copy;2007 tchan_4</font>
</div></center>

The problem is, the footer is appearing at the top of the page and not at the bottom, how do you fix this?

Thanks
 
Back
Top Bottom