Since I installed 1.90, I am having a problem creating html web pages. When I generate the files, the page.html gives a absolute path for the image when it should be a relative path. There is no problem with the thumb.html generation. As an example the code generated is:
<td><img src="file:///C:/AMC_web/photo_albums/xski/windblown07/original/Feb0207_amc_01.jpg"
when it should be:
<td><img src="Feb0207_amc_01.jpg", since the images are in the same folder as the respective html file.
Things worked in 1.8 OK, and looking at the css I dont see any way to change #PIC_LINK# to refer to relative links.
Need relative path vs absolute path in Create Web Page
Moderators: helmut, XnTriq, xnview
xnview ([url=http://newsgroup.xnview.com/viewtopic.php?t=11788]1.9 - Create Web Page[/url]) wrote:Oh yes, rightGliderMan wrote:When I created web page in XnView 1.9, there are absolute links for original photos (like c:\aaa\original\bbb.jpg) not relative links (like bbb.jpg). In the version 1.82.4 it is OK.
BAD:
<img src="file:///C:/Documents%20and%20Settings/Jirka/Plocha/c18_3-2-07/original/P1010617.jpg"
OK:
<img src="P1010608.JPG", i'll fix it for a 1.90.1