The said image is in the acatalog folder, same as the logo1.gif.
Did you add it to the upload though with the 'Additional Files' option - and change the URL for it to load the graphic locally, rather than fetch it from the remote site?
Florian
I think the problem will be that you have hard-coded a link to this file in your template (e.g. a URL of the form "http://your.URL/acatalog/image.gif"). This http URL will not be updated by Actinic - whereas the link to the logo image will be.
Try placing your euro2004 image in your 'Site1' folder and then just refer to it in the template as "image.gif". Actinic should then take care of the http and https URLs.
Comment