Change Background

1248 views
Hey there,

I have got a little Issue with the Background of my Forum. I want to Change it, but after a few tries with different Images it is not changing at all. This is the Code Iam using:

body {
    background-image: url("http://fs5.directupload.net/images/170421/336qdsr2.jpg");
}

I've put it in the CSS Tab. Is there something wrong with the Code? What am I doing wrong. Thx for answers.
Have a good day everybody!

(Sorry for my terrible english).
body {
background: url(http://fs5.directupload.net/images/170421/336qdsr2.jpg);
}

body {
background: #000;
background-image: url(http://fs5.directupload.net/images/170421/336qdsr2.jpg);
background-repeat: no-repeat;
}
Is not working :/ Does it take sometime to change it?
Update: None of my CSS Codes are working. Is this feature disabled?
http://53.mistforums.com/

works but odd tho
WTF. Do I have to enable something?
found a workaround. Thanks for your help.
Or yenno try deleting the default background then trying the code, but as you have stated you fixed it so nice.
Reply