[solved] Location of images called from a stylesheet
Posted: Mon Oct 31, 2011 2:10 am
Hi all,
I have been experimenting with CMSMS over past couple of days, and gradually working through converting an experimantal template.
Is there a specific location where the images are placed within the directory structure?
The original CSS calls the images as;
background: url(images/welcome.jpg) no-repeat;
And why is the location/path of the stylesheet (when looking at the HTML code) like this;
<link rel="stylesheet" type="text/css" href="http://xxxxxxxxxxxxxx.com.au/cmsms/tmp/ ... 3b62.css"/>
I can make the images display if I adjust the image paths within the CSS template to;
background: url(../../images/welcome.jpg) no-repeat;
But I don't want to go through the entire CSS and change the paths if I don't have to.
I have installed the current version 1.10
Regards,
Gary
Melbourne
I have been experimenting with CMSMS over past couple of days, and gradually working through converting an experimantal template.
Is there a specific location where the images are placed within the directory structure?
The original CSS calls the images as;
background: url(images/welcome.jpg) no-repeat;
And why is the location/path of the stylesheet (when looking at the HTML code) like this;
<link rel="stylesheet" type="text/css" href="http://xxxxxxxxxxxxxx.com.au/cmsms/tmp/ ... 3b62.css"/>
I can make the images display if I adjust the image paths within the CSS template to;
background: url(../../images/welcome.jpg) no-repeat;
But I don't want to go through the entire CSS and change the paths if I don't have to.
I have installed the current version 1.10
Regards,
Gary
Melbourne