I'm thinking a moving from Actinic 9 to 10. So I have downloaded a trial version 10 to ensure I won't get any problems, HOWEVER:-
As an example in one of my fragments I use the following code
<img src="/acatalog/images/front-page/front-wooden-garden-sheds.jpg" width="150" height="125" alt="Timber Garden Sheds" border="0" align="middle" /><br />
When I upload the site to the web this code has now changed to
<img src="acatalog/front-wooden-garden-sheds.jpg" width="150" height="125" alt="Timber Garden Sheds" border="0" align="middle" /><br />
The forward slash has gone from the start of the hyperlink as well as the directory /images/ which means the image does not appear.
In Preview I get the following:-
<img src="file:///C:/Documents and Settings/All Users/Application Data/Actinic v10/Site1/PreviewHTML_Administrator//acatalog/images/front-page/front-wooden-garden-sheds.jpg" width="150" height="125" alt="Timber Garden Sheds" border="0" align="middle" /><br />
In Actinic 9 there is no problem. I don't want to fiddle about with the locations of links on my site, but to move I need to upload a snapshot and upload to the web with the minimum of fuss. I can't see any obvoius reason for this.
I did a search and could not find any threads. Does any one have any ideas what may be going on. Thanks.
Regards,
Robin
As an example in one of my fragments I use the following code
<img src="/acatalog/images/front-page/front-wooden-garden-sheds.jpg" width="150" height="125" alt="Timber Garden Sheds" border="0" align="middle" /><br />
When I upload the site to the web this code has now changed to
<img src="acatalog/front-wooden-garden-sheds.jpg" width="150" height="125" alt="Timber Garden Sheds" border="0" align="middle" /><br />
The forward slash has gone from the start of the hyperlink as well as the directory /images/ which means the image does not appear.
In Preview I get the following:-
<img src="file:///C:/Documents and Settings/All Users/Application Data/Actinic v10/Site1/PreviewHTML_Administrator//acatalog/images/front-page/front-wooden-garden-sheds.jpg" width="150" height="125" alt="Timber Garden Sheds" border="0" align="middle" /><br />
In Actinic 9 there is no problem. I don't want to fiddle about with the locations of links on my site, but to move I need to upload a snapshot and upload to the web with the minimum of fuss. I can't see any obvoius reason for this.
I did a search and could not find any threads. Does any one have any ideas what may be going on. Thanks.
Regards,
Robin
Comment