• Hey guys, I have a quick question for you. Right now on my site, swagsyndicate.com I have a background that I had to stretch from the top of the page to the bottom. How do I make it so that it either tiles or doesn’t have to be stretched? If my explanation is too vague, I can give you more details. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • background:url("img/light.gif") repeat-y center top;

    Thread Starter swagsyndicate

    (@swagsyndicate)

    Where do I find that?

    you add that in the body css like this

    #body {
    background:url("img/light.gif") repeat-y center top;
    }
    Thread Starter swagsyndicate

    (@swagsyndicate)

    I don’t see body css for my theme?

    Thread Starter swagsyndicate

    (@swagsyndicate)

    I found this in my style.css

    #wrap {
    background:url(img/light.gif) center top no-repeat;
    padding:20px 0;

    Can I change it so it repeats?

    hey “#wrap” style is different from “#body”.

    Do what they are telling you. check for something called “body” in your style.css and change it appropriately! Simple!

    Thread Starter swagsyndicate

    (@swagsyndicate)

    body {
    background:#BEC3C6 url(img/bg.jpg) repeat-x;
    color:#555;
    font-family:Verdana,”BitStream vera Sans”,Tahoma,Helvetica,Sans-serif;
    font-size:12px;

    That’s what the body says, should I change it to the background I have now? What does the rest of it mean?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Tiling or fixed background?’ is closed to new replies.