Page 1 of 1

'Create Web Page' file location problems.

Posted: Wed Aug 17, 2005 2:22 am
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.

Re: 'Create Web Page' file location problems.

Posted: Wed Aug 17, 2005 8:36 am
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

Posted: Wed Aug 31, 2005 9:06 pm
by marsh
Looks fixed v.1.80.2. I can put everything in one directory now.