[Post by Clive, not Andy - I am helping him fix his site]
OK, so Andy's laptop broke so he had to get a new one. He reinstalled Actinic and took a copy of the Site1 folder from the old disk and everything appeared to be fine - the previews worked etc.
However, when he uploaded the site to the server, the resulting HTML is missing the paths to the images.
So for example, he has a section which has the image "Images\Buttons\New Buttons\Accessories-By-Brand-Button.gif".
HOWEVER, when he hits update site and it uploads the HTML to the server, the SRC tag of the image reads:
<img src="Accessories-By-Brand-Button.gif">
instead of
<img src="Images/Buttons/New Buttons/Accessories-By-Brand-Button.gif">
Any ideas?
OK, so Andy's laptop broke so he had to get a new one. He reinstalled Actinic and took a copy of the Site1 folder from the old disk and everything appeared to be fine - the previews worked etc.
However, when he uploaded the site to the server, the resulting HTML is missing the paths to the images.
So for example, he has a section which has the image "Images\Buttons\New Buttons\Accessories-By-Brand-Button.gif".
HOWEVER, when he hits update site and it uploads the HTML to the server, the SRC tag of the image reads:
<img src="Accessories-By-Brand-Button.gif">
instead of
<img src="Images/Buttons/New Buttons/Accessories-By-Brand-Button.gif">
Any ideas?
Comment