HELP! For some reason my background image will no longer work ever with the same settings to which it was working before! I've tried changing hosts for the image but still no luck... HELP..
Code I use for background image...
BODY{
margin-top: 15px;
background-color: #161410;
background-image: url('
http://i1085.photobucket.com/albums/j426/distortedenigma1/back.png');
background-repeat: repeat;
background-position: top-left;
background-attachment: fixed;
text-align: justify;
font-size: 11px;
color: #888;
font-family: "Verdana" sans-serif;
}
Edit: Fixed. Used an older code I had saved which was exactly the same but it fixed the problem. Sometimes I think livejournal defies the laws of what is possible...