Repeating background in Twenty-Ten

  • Unknown's avatar

    Greetings all!

    I currently have the theme Twenty-ten. I want to add this image (http://hcfama.org/_data/global/images/uploads/ccbackground.jpg) to my background as a repeating image. Is there a way to complete this? I went to the css editor in here typed in the address where before it said “transparent”:

    vertical-align:baseline;
    background:transparent;
    margin:0;
    padding:0;
    }

    Alas, no dice. Any help with this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    body {
    background:url("http://hcfama.org/_data/global/images/uploads/ccbackground.jpg") repeat scroll 0 0 #F1F1F1;
    }

    The problem is though that you have everything pushed to the left so the background only shows at the right of the content area.

  • Unknown's avatar

    To center the content area, add change “float:left;” to “float:none;” under “body.”

  • Unknown's avatar

    Have you copied the whole of the original stylesheet into the CSS box when you made this change? If so, that’s a bad idea. Delete everything in the CSS edit box and copy in just the single declaration that TSP pasted above. Then select “add to exisiting” and update your changes.

  • The topic ‘Repeating background in Twenty-Ten’ is closed to new replies.