Page 1 of 1
Disable full path on image pages.
Posted: Tue Feb 14, 2006 3:28 am
by high6ix
I am using XnView to build photo web pages for a website and would like to know if there is anyway to disable XnView from building the individual image link containing the full path to the image? As is, I am require to manually open each html document for over 100 pages and take out the full path to the image.
Thanks for any help you can give.
Re: Disable full path on image pages.
Posted: Thu Feb 16, 2006 1:08 pm
by xnview
high6ix wrote:I am using XnView to build photo web pages for a website and would like to know if there is anyway to disable XnView from building the individual image link containing the full path to the image? As is, I am require to manually open each html document for over 100 pages and take out the full path to the image.
Thanks for any help you can give.
Sorry i don't understand, do you have an example?
Re: Disable full path on image pages.
Posted: Tue Feb 28, 2006 9:39 am
by Guest
xnview wrote:high6ix wrote:I am using XnView to build photo web pages for a website and would like to know if there is anyway to disable XnView from building the individual image link containing the full path to the image? As is, I am require to manually open each html document for over 100 pages and take out the full path to the image.
Thanks for any help you can give.
Sorry i don't understand, do you have an example?
The point is that the path for the file image, in the html, is absolute and local to the PC used to generate the page instead of being relative to the current folder
Exemple generated in original/20060223D2194.html
<img src="file:///C:/Documents%20and%20Settings/user/Bureau/20060223/20060223_photos-500/20060223D2194.jpg" alt="20060223D2194.jpg" width="500" height="332"></td>
Should be
<img src="../20060223D2194.jpg" alt="20060223D2194.jpg" width="500" height="332"></td>
where" 20060223_photos-500" is the folder in which the .jpg are.
Re: Disable full path on image pages.
Posted: Tue Feb 28, 2006 10:46 am
by xnview
Anonymous wrote:xnview wrote:high6ix wrote:I am using XnView to build photo web pages for a website and would like to know if there is anyway to disable XnView from building the individual image link containing the full path to the image? As is, I am require to manually open each html document for over 100 pages and take out the full path to the image.
Thanks for any help you can give.
Sorry i don't understand, do you have an example?
The point is that the path for the file image, in the html, is absolute and local to the PC used to generate the page instead of being relative to the current folder
Exemple generated in original/20060223D2194.html
<img src="file:///C:/Documents%20and%20Settings/user/Bureau/20060223/20060223_photos-500/20060223D2194.jpg" alt="20060223D2194.jpg" width="500" height="332"></td>
Should be
<img src="../20060223D2194.jpg" alt="20060223D2194.jpg" width="500" height="332"></td>
where" 20060223_photos-500" is the folder in which the .jpg are.
I've tested, and i have relative path. Could you post a screenshot of web page creation dialog box used?