I went to change the background to an image (repeated) and I have yet to add code that has in any way even affected my template.
Curently I have this code:
as far as I can tell this should work. If you have any comments, or even better if you have some source from a blogger hosted blog with a working background image, post away, please.
Try doing that image using HTML coding, namelt the Img src code Code:<img src="http://buttons.blogger.com/bloggerbutton1.gif" alt="Powered by Blogger" />
(Just copy and paste that code where your other code is, and it will work.)
Your code was applying the background the "head". Notice the first word in my code is "body". 2nd problem was forgetting the single quotes around the URL. 3rd error: if you just want it to repeat, you don't need background-position. Background-color doesn't need to be there, either, if the image will be repeated over the entire background.
Let me know if you have more questions!
(Edited by PiXiE at 6:42 pm on June 8, 2006)
Hmm. Usually you have to put ("http:....jpeg") I have no clue if the quotes do anything, but it is worth a shot.
I have no clue if the quotes do anything, but it is worth a shot.
(Edited by Rhapsody at 10:45 pm on May 19, 2006)