foundawhistle-
New member
I recently customised my theme/layout for my blog, and used this code to change the background into my own image. Here's the code I inserted into the rest of the html:
body {
background: #FCFCFC
url(http://webresizer.com/session/yiMvq0BYZFlBw613H42QOArTeO7ML4gO/result.jpg?1296400019.69596 );
background-attachment: fixed;
margin: 0px 0px 50px 60px;
font: Normal 13pxHelvetica;
color: #443535;
}
The webresizer.com etc is the url for my image. It worked fine for the first couple of hours, but suddenly it disappeared and was restored to a white background, even though the code and url was still in there. This has happened twice. I've tried taking the url out and saving it, then putting it back in, but it still shows up with a white background. I keep having to make different urls for it to work but after a while it disappears to a white background again. Any help?
this is how it looks right now, with the white background I don't want.
whocareswhoseesanything.tumblr.com
Thankyou
body {
background: #FCFCFC
url(http://webresizer.com/session/yiMvq0BYZFlBw613H42QOArTeO7ML4gO/result.jpg?1296400019.69596 );
background-attachment: fixed;
margin: 0px 0px 50px 60px;
font: Normal 13pxHelvetica;
color: #443535;
}
The webresizer.com etc is the url for my image. It worked fine for the first couple of hours, but suddenly it disappeared and was restored to a white background, even though the code and url was still in there. This has happened twice. I've tried taking the url out and saving it, then putting it back in, but it still shows up with a white background. I keep having to make different urls for it to work but after a while it disappears to a white background again. Any help?
this is how it looks right now, with the white background I don't want.
whocareswhoseesanything.tumblr.com
Thankyou