background img not repeating
-
I’ve got a layout basically like the default layout. But the background img for the posts is not repeating and I can’t figure out why. I’ve tried asking on some html forums but gotten no results. Here’s the background img and here’s the css for the div that has the img.
#page
{
width: 800px;
margin: 30px auto;
background: url(images/lucas-postback-img.jpg) repeat-y scroll center top;
}
Here the link to my webpage so that you can see the html.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘background img not repeating’ is closed to new replies.