'Create Web Page' file location problems.

Bugs and Issues in 1.82 Test versions which have been fixed and verified as resolved.

Moderators: helmut, XnTriq, xnview

Locked
mkrabach
Posts: 5
Joined: Wed Aug 17, 2005 1:59 am
Location: Cumberland, RI
Contact:

'Create Web Page' file location problems.

Post by mkrabach »

I have not been able to find a way to keep the original images and the resulting html and thumbnail files in the same directory. Leaving the 'sub folders' empty causes bad html generation. Example: <a href="/July3005_ricka_01.html"><img src="/t_July3005_ricka_01.jpg" alt=".... The leading / forces the root directory which is wrong.
Various other trials produced this prefix which is wrong. img src="file://C|/RickaWebSite/July3.... Note the C|
I have tried other combinations of ../ ./ etc but all produce errors except the default with a subdirectory/ies for the images and thumbs and the thumb.html one level above.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 'Create Web Page' file location problems.

Post by xnview »

mkrabach wrote:I have not been able to find a way to keep the original images and the resulting html and thumbnail files in the same directory. Leaving the 'sub folders' empty causes bad html generation. Example: <a href="/July3005_ricka_01.html"><img src="/t_July3005_ricka_01.jpg" alt=".... The leading / forces the root directory which is wrong.
Various other trials produced this prefix which is wrong. img src="file://C|/RickaWebSite/July3.... Note the C|
I have tried other combinations of ../ ./ etc but all produce errors except the default with a subdirectory/ies for the images and thumbs and the thumb.html one level above.
Ok, i'll fix it
Pierre.
marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

Post by marsh »

Looks fixed v.1.80.2. I can put everything in one directory now.
Locked