2
I’m trying to run my project with a background image as follows:
The image is in the way:
webapp/Resources/libimagens/bg.png
The CSS file is in the way:
webapp/Resources/libcss/style.css
Inside the tag body{}
in the CSS I’ve done the way below, but it didn’t work.
background-image: url(../libimagens/bg.png)
I thank those who have solution.
I think you made a mistake writing the path to the CSS file :P
– Chun
Sorry, I really typed wrong. the correct CSS path is: "webapp/Resources/libcss/css style.css" - I’ve already edited.
– Luiz
No problem with CSS. You are calling the CSS file on the html page that will use it?
– Renan Gomes