karenserjy1 wrote:
I have a grey line and a black border around my footer.
If you don't want a border and background, remove them from your CSS code.
#footer {
clear:both;
margin-top:20px 0;
border-top:5px #ccc solid;
padding-bottom:5px;
background-color:#DEDEBE;
margin-top:25px; }
Nancy O.