Forum Moderators: not2easy
the body css does set margins and padding at 0 also...
#footer {
width: 100%;
height: 145px;
float: left;
padding-top: 42px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
margin: 0px;
text-align: center;
background-color: #CD5C5C;
background-image: url('images/botbg.jpg');
}
.clearer {
clear: both;
margin: -1px;
overflow: hidden;
}
<div class='clearer'></div>
<div id='footer'>
A footer hopefully
</div>
<div class='clearer'></div>
</body>
and if i remove the clearing div the whitespace still remains, either one of the clearing divs and it still remains.
Thanks