View Single Post
  #5 (permalink)  
Old 04-26-2012, 06:27 AM
ScriptMan's Avatar
ScriptMan ScriptMan is online now
Super Moderator
 
Join Date: 02-10-07
Location: Central Kentucky
Posts: 10,088
iTrader: 4 / 100%
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
 
Reply With Quote