Forum Moderators: not2easy
I just wanted to try it and downloaded a gif-picture of it. Then I used this code in my external style sheet (my folder file names are in German so I'll translate them):
body {
background-image: url(CSS/backgroundimages/backgroundimage.gif);
}
The background-image...backgroundimage.gif was all in one line (as opposed to here).
However no background image is showing up! What could be the mistake here?
P.S.: I tried both, but should I usually use a relative path such as
/CSS/backgroundimages/...
or
CSS/backgroundimages/...?
Or doesn't it matter, at all?