Trying to create a footer in HTML, but each time I attempt it ends up with an extra margin on the left side.
Here is my current footer code:
<div id="footer"> Tester </div>
#footer {
background-image: url(images/backgroundrpatternfooter.png);
background-repeat: repeat;
position : absolute;
bottom : 0;
height : 40px;
width : 1800px;
margin: 0;
}