CSS images path in eclipse -


the following screen shot of project structure , please guide me how specify image path url

enter image description here

body  {             background-image: url(../webcontent/css/expenses2.jpg);           } 

on giving above path jpg file not come background colour.

given css folder in same folder expenses.jsp file should able do

css/expenses2.jpg 

so

body  {     background-image: url(css/expenses2.jpg); } 

Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -