body{
background-image:url('imagename.jpg');
}
add either background-repeat:repeat;
or background-repeat:no-repeat;
depending upon what you want
If the image is in a folder,, the url would be foldername/imagename.jpg
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
"Mark" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> I'm trying to create a web background that I can use through my web site using css. I can get the color to
> work but I'm not sure about the proper code to use if I want every page to use a certain background image.
> Any help would be appreciated.