Disable full path on image pages.

Ask for help and post your question on how to use XnView Classic.

Moderators: helmut, XnTriq, xnview

Post Reply
high6ix
Posts: 1
Joined: Tue Feb 14, 2006 3:23 am

Disable full path on image pages.

Post 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.
User avatar
xnview
Author of XnView
Posts: 46255
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Disable full path on image pages.

Post 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?
Pierre.
Guest

Re: Disable full path on image pages.

Post 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.
User avatar
xnview
Author of XnView
Posts: 46255
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Disable full path on image pages.

Post 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?
Pierre.
Post Reply