Thumbnails do not appear (bug)
Posted: Thu Jan 22, 2009 8:35 pm
when using the command "create html page" Thumbnails sometimes do not appears
The tumb.html file contains errors because the link is wrong
XnView creates links like this
while the correct string is
you need a slash (not a back-Slash)
In my case pages are displayed correctly if I use Expoler, but the thumbnalis do not appear if I use MozillaFirefox. The html pages are on a unix server.
I generally correct "by hand" all the pages generated by XnView. It is possible ti fix this bug?
The tumb.html file contains errors because the link is wrong
XnView creates links like this
Code: Select all
src="thumb\t_P1040566.jpg"
Code: Select all
src="thumb/t_P1040566.jpg"
you need a slash (not a back-Slash)
In my case pages are displayed correctly if I use Expoler, but the thumbnalis do not appear if I use MozillaFirefox. The html pages are on a unix server.
I generally correct "by hand" all the pages generated by XnView. It is possible ti fix this bug?