Hi all
I am using a script to show the secured by geotrust image
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->
the problem is that when I put it in Act_brochurePrimary it does not show and I get an error message saying that actinic does not like the src command?
----------------------------------------------------------------------
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.
-----------------------------------------------------------------------
I know that this is just because actinic likes all images to be in the actinic folder
any ideas why the images does not display ??
i tried putting the code on a blank page and it works fine
http://www.sweets2yourdoor.co.uk/test.html
I am using a script to show the secured by geotrust image
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->
the problem is that when I put it in Act_brochurePrimary it does not show and I get an error message saying that actinic does not like the src command?
----------------------------------------------------------------------
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.
-----------------------------------------------------------------------
I know that this is just because actinic likes all images to be in the actinic folder
any ideas why the images does not display ??
i tried putting the code on a blank page and it works fine
http://www.sweets2yourdoor.co.uk/test.html
Comment