I keep getting this message,
I have changed all my stylesheets so the templates refer to them just as stylesheet.css.
Does it mean my images? My images are in the images folder which is in the root. So they are referred to as ../images/imagename.jpg
And also I'm linking to the homepage as http://www.website.com/index.html.
Is it all of these that is causing the warning?
Is it a big problem because everything seems to be working now (even when logged in).
Sam
Warning: The HTML templates specify source files (with "SRC=" commands) that reside in directories other than the acatalog directory on the web site. Actinic can not handle these files and they are being omitted from the list of files to upload.
No source files in the templates should have a path. Store them in the site specific directory locally, and they will be uploaded to the Actinic web directory.
No source files in the templates should have a path. Store them in the site specific directory locally, and they will be uploaded to the Actinic web directory.
Does it mean my images? My images are in the images folder which is in the root. So they are referred to as ../images/imagename.jpg
And also I'm linking to the homepage as http://www.website.com/index.html.
Is it all of these that is causing the warning?
Is it a big problem because everything seems to be working now (even when logged in).
Sam
Comment