Need relative path vs absolute path in Create Web Page
Posted: Tue Feb 06, 2007 9:51 pm
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.
<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.