View Full Version : Back ground?


reddragon8
02-23-2005, 03:30 PM
this is my page;
http://www.freewebs.com/little-artist-storage/Testing.html

and heres my code;
<style>

body
{ background-image: "http://www.freewebs.com/little-artist-storage/Background.JPG";
background-repeat: no-repeat;
background-attachment: value; fixed;
}


</style>


Why cant i c my picture at all?..........

x X x

pb&j
02-23-2005, 04:06 PM
here is your coding fixed...

<style>
body
{ background-image: url("http://www.freewebs.com/little-artist-storage/Background.JPG");
background-repeat: no-repeat;
background-attachment: fixed;
}
</style>

if that does not work now, then check your image, location, spelling, and CaSe LeTtErInG of the image compared to your coding.

bejayel
02-23-2005, 04:09 PM
are you sure you have a picture there?

reddragon8
02-23-2005, 04:24 PM
cheers pb&j!!!!
lol, :D
x X x

pb&j
02-23-2005, 04:38 PM
no worries. hope all gets better for ya.