java - background: url(images/2.png) doesn't work in style.css -


background: url(images/2.png) in file style.css (located in web-app/static/styles/style.css ) cannot load picture 2.png located in web-app/static/images/2.png .i'm using spring framework

that implies image in images folder within styles folder i.e. styles -> images -> 2.png

i suggest trying ../images/2.png goes folder, if images folder inside static folder i.e. static -> images -> 2.png


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -