|
Author |
Message |
keevill
Joined: 13 Jul 2010
Posts: 5
|
Posted: Tue Jul 13, 2010 2:30 am Post subject: web photo gallery doesn't produce useable relative paths |
|
|
I am trying to create web photo galleries for upload to my website. However, when PS CS2 creates the pages, the relative paths for the links have to be manually uploaded prior to ftp to my website.
Is this normal practice ?
Can I not produce pages with the index.htm pointing to the folder root rather than something like //fileserver/pictures/goodpictures/folder/ ?
-keevill- |
|
|
|
 |
Auieos
Joined: 29 Jan 2010
Posts: 2019
|
Posted: Wed Jul 14, 2010 12:58 am Post subject: |
|
|
Your could try 'find and replace' in your html editor and search for 'c:/fileserver/pictures/goodpictures/folder/' replace with '//fileserver/pictures/goodpictures/folder/'
To partially answer ur question tho, my cs4 does not export the pics to absolute paths.
example of...
Code: | <div id="sitetext-01_">
<img id="sitetext_01" src="images/sitetext_01.png" width="280" height="33" alt="" />
</div> |
|
|
|
|
 |
keevill
Joined: 13 Jul 2010
Posts: 5
|
Posted: Wed Jul 14, 2010 1:23 am Post subject: |
|
|
Auieos wrote: | Your could try 'find and replace' in your html editor and search for 'c:/fileserver/pictures/goodpictures/folder/' replace with '//fileserver/pictures/goodpictures/folder/'
To partially answer ur question tho, my cs4 does not export the pics to absolute paths.
example of...
Code: | <div id="sitetext-01_">
<img id="sitetext_01" src="images/sitetext_01.png" width="280" height="33" alt="" />
</div> |
|
Unfortunately, I have too many files to change. CS4 is the answer if you are correct. I will test with my friend's install.
Many thanks,
-keevill- |
|
|
|
 |
keevill
Joined: 13 Jul 2010
Posts: 5
|
Posted: Wed Jul 14, 2010 10:00 pm Post subject: solved |
|
|
CS3 works fine - application produces folders which preserve the path for direct upload.
Thx,
-keevill- |
|
|
|
 |
|