I need help creating a footer.
This is my CSS code:
This is my HTML code:
The problem is, the footer is appearing at the top of the page and not at the bottom, how do you fix this?
Thanks
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>©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