Hello! I´m trying to get a picture in the background of my blogg, and I thought that was something rather simple...I´m using the "Chaos Theory" theme, with the one column skin. Adress http://www.landstingsmajoriteten.com. In the forum I found a recommendation to uppload my picture to photobucket.com, which I did, and I have added the following code to the CSS
body
{
background-image: url(' http://i266.photobucket.com/albums/ii278/majoritet/bloggcirklar.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 30% 20%;
}
Have I given the wrong URL, or is something in the code wrong? The third opition I can think of is that I put the code in the wrong place - I put it in the same place as where I changed the background color, whith the code
body {background-color: white}
And that worked fine.