Quote:
Originally Posted by Xenophon
I'll give it a try. I should note that I actually thought that having the TOC links point to the first page of the chapter was a good thing rather than a bug. I think that the issue is that the next, prev, contents links that show up as their own page on the Reader are just the top line of the first page of the chapter in a web browser.
|
It is a good thing for this particular HTML file. However that is because of a poor design choice in the HTML file. It specifies a page-break-before for all H1 elements, thus html2lrf puts in a page break after the first line. Since browsers are not affected by the page-break CSS properties whoever made this file, probably didn't realize the mistake.