@Pulpmeister -- I took a quick look, and I believe your problem is that all your chapter id's are digits/numbers. For epub, you should start the id with an alpha character.
ADE does not recognize plain digits as id's, so ALL the TOC links are jumping to the beginning of the file.
So you can just do a quick find and replace to add a letter as a prefix to each id number, such as c01, c02, etc. Then generate a new toc.ncx.
Hope this helps.
gG
Last edited by GrannyGrump; 02-15-2019 at 04:48 AM.
|