|
-- Posted by the real anti christ at 7:39 pm on May 19, 2006
LOL So I have gone through the tedious task of changing the color scheme of my blog (hosted at blogger.com) but I have run across a strange and seemingly unfixable problem. 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.
-- Posted by the real anti christ at 7:40 pm on May 19, 2006
Oh btw my blog is http://eccentricityisanobstacle.blogspot.com/
-- Posted by Artistic Drain at 7:41 pm on May 19, 2006
Hmm. Usually you have to put ("http:....jpeg") I have no clue if the quotes do anything, but it is worth a shot.
-- Posted by mhzGothRaven at 7:42 pm on May 19, 2006
man, now i with that i still knew how to use HTML code and that stuff, i did a while ago, but i didn't do it much after that, and i kinda forgot =( . BUT, depending what editor your using, that looks correct. Sometimes extra spaces might skrew it up.
-- Posted by The Dark Prince at 7:44 pm on May 19, 2006
Try doing that image using HTML coding, namelt the Img src code | Code: | http://buttons.blogger.com/bloggerbutton1.gif" alt="Powered by Blogger" /> | (Edited by Rhapsody at 10:45 pm on May 19, 2006)
-- Posted by the real anti christ at 7:44 pm on May 19, 2006
I will try removing the space. I think it automaticaly removes them though...
-- Posted by the real anti christ at 7:53 pm on May 19, 2006
Quote: from Artistic Drain at 9:41 pm on May 19, 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 thought about that too, but then I was like.. When has the internt ever been wrong, thanks Ill try it.
-- Posted by PiXiE at 5:32 pm on June 8, 2006
(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)
-- Posted by PiXiE at 5:36 pm on June 8, 2006
Quote: from Rhapsody at 8:44 pm on May 19, 2006
Try doing that image using HTML coding, namelt the Img src code | Code: | http://buttons.blogger.com/bloggerbutton1.gif" alt="Powered by Blogger" /> |

That is how you add an image, not apply a background. Why get the poor guy more confused because you don't know??
|