I'm having some problems because I can't set my background photo from CSS file.
I'm using netbeans. I have a folder called css and inside I have the global.css. Inside global.css i have this code:
body{
background-image: url(/images/background.jpg);
}
Background.jpg is inside a folder called images, the structure is the following:
--Web Pages
-css
global.css
-images
background.jpg
-index.html
--Source Packages
--etc
It is not working, why?