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.
Disable full path on image pages.
Moderators: helmut, XnTriq, xnview
Re: Disable full path on image pages.
Sorry i don't understand, do you have an example?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.
Pierre.
Re: Disable full path on image pages.
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 folderxnview wrote:Sorry i don't understand, do you have an example?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.
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.
I've tested, and i have relative path. Could you post a screenshot of web page creation dialog box used?Anonymous wrote: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 folderxnview wrote:Sorry i don't understand, do you have an example?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.
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.
Pierre.