Repeating background in Twenty-Ten
-
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)
-
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.
-
-
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.