Quote:
Originally Posted by jhowell
Amazon does not accept a TOC entry pointing to content styled as display:none.
For example if the NCX has:<content src="Text/Chapter01.xhtml#chap01"/>
with HTML content:<h3 id="chap01" style="display: none">Chapter 1</h3>
it will be rejected with the error:E24010: Hyperlink not resolved in toc (One possible reason can be that the link points to a tag with style display:none)
|
Cool - I only use that display:none with headings that appear at the top of the page. Sigil's auto TOC algorythm, IIRC, just links those to the top of the page rather than directly to the <h>.