Posted on: 10/20/2014 4:25:15 PM | Views : 407

Hi, I am using VS 2005, in my CSS I used to write the images path in this way and work fine runing on my PC
.col26{width: 274px;text-align:center;background : url(../imagenes/SitckyNote.JPG) no-repeat;}
The problem is when I deploy it I have to chance this line ;
.col26{width: 274px;text-align:center;background : url(/SIAV/imagenes/SitckyNote.JPG) no-repeat;}
Is there a general syntax to solve this problem?

Go to the complete details ...