QUOTE (ldavies83 @ Mar 1 2005, 10:25 AM)
In the CSS file for the site under body, add the lines similar to below, obviously changing the relevant code
I have changed stylesheet.css to
BODY {
background-image : url(/images/pc27.jpg);
background-repeat : no-repeat;
background-position : 50% 50%;
background-attachment : fixed;
color : #000000;
margin : 0;
}
and
BODY {
background-image : /images/pc27.jpg;
background-repeat : no-repeat;
background-position : 50% 50%;
background-attachment : fixed;
color : #000000;
margin : 0;
}
and my background image still does not display. Any suggetions?
Thanks,
Matt