I get this error message when I run File>Site Backup>Export Site
I created a sub folder under "Site1", called images, and have many images referenced from this sub-folder. Both added as CUTOMVAR's and some directly into a template.
If I have a CUSTOMVAR I use........
If I drop an image into a template I use ......
These preview in Actinic and offline in IE preview perfectly ? Am I missing something ?
Why do I get this error prompt ?
Code:
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.
If I have a CUSTOMVAR I use........
Code:
\images\image1.gif
Code:
<img src="../images/home_thelaw.gif" width="110" height="94">
Why do I get this error prompt ?
Comment