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?