View Single Post
Old 11-15-2011, 04:04 PM   #13
andyd273
Junior Member
andyd273 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2011
Device: none
Quote:
Originally Posted by theducks View Post
You don't need the <a
because the default is Top of File in its absence.

You need the NCX always (in a EPUB).
So in EPUB the best practice is to have a seperate HTML file for each chapter, while for Kindle Mobi it appears to work well with a single HTML file.

The NCX for Kindle relies on the A tag because it's a single HTML file, while the NCX for EPUB has problems with this.

So I either need to have two sources, with a single HTML for Kindle, and a separate single HTML for EPUB and expect Calibre to do the splitting on the H tags, or a HTML for each chapter for EPUB (which I don't want to do with my 382 chapter project...).

Hmm, wonder if I can just tell Calibre to split on the <mbp: pagebreak /> tag instead of the H tag...

Thanks for all the help.
andyd273 is offline   Reply With Quote