I have a small background image configuration problem.
I have managed to add a repeating background image to the header
but am having trouble adding one to the footer.
Header:
body {
color:#000000;
font: 12px arial, sans-serif;
background-color:#FFFFFF;
margin:0 15px;
background-image: url("../images/repeat.gif");
background-repeat:repeat-x;
background-position:top;
}
(which has given me the header 100% screen width)
Does anyone know where i could maybe add a div id for the footer so it also can expand using x-repeat function.
URL: http://www.tradesmanwebsite.com



