Man! Maybe I just don’t understand. Following is the code.
#footer {
color: #fff;
background: #fffe00 url(images/footer_bar.jpg) repeat-x;
width: 100%;
}The code above is correct, however, I see the following within your styles.css:
##footer {
color: #fff;
background: #fffe00 url(images/footer_bar.jpg)}
}
Kind regards
John
That is SO strange because I don’t see it and I can’t find that at all. Maybe when it is uploaded to the server it is writing in that extra code????
I give up on this method… I’m going to go back to what you originally suggest John and see if that works.