First that is not a relative path. That is a full URL image tag.
A relative path would look like this
Quote:
|
./images/header_graphic.png
|
For background image the full URL is required so you just need to modify the the CSS file to read:
Quote:
|
http://<site.com>/csnew/images/header_graphic.png
|
That will work if the the images are in a folder named images and images is a sub directory of csnews.
This page may also offer additional tips to help you:
http://www.w3.org/TR/CSS21/cascade.html