I have a my file STYLE.CSS. I have uploaded my this css file to shared components/cascading style sheet as #WORKSPACE_IMAGES# file.
In this file my body css code is
{code}
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
margin:0;
padding:0;
background: url(../images/header_bg.jpg) repeat-x left top #e9e9e9;
}
{code}
I want to replace my body image with images on server image folder. I try to change with server image folder path. But in css it is not working. But when i Add this code to page templates header section .it is working fine.How an i do this means i want to change my server images path in style.css itself rather than putting this in header section of page template.
Thanks & regarsd
Vedant