Does anyone know how to change the back ground image to fill the page instead of being tiled!
Thanks for any help!
Ok I got the image to fit the screen but I would like it to fit the screen no matter what size the screen if you look at my site www.poledust.com when you scroll down the back ground image repeats again like it starting over but I would like it to seem endless!
Thanks for the code above it works great I dont mind if the header of footer show so I didnt use that part of the code thanks for your help!
biohazard
Biohazard background is already by default set proper..
body, body.ow {
background-color: #0D1422;
background-image: url("images/page_bg_image.jpg");
background-repeat: repeat;}