View Single Post
Old 05-08-2011, 04:33 PM   #4
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
You don't structure the HTML in any particular way. You have to tell Kindlegen to generate a periodical using a special flag in the OPF.

see this bug. I've attached a zip file that has an example book. The .ncx and the .opf are what you need to worry about.

The ncx must follow the format:

Code:
<navPoint class="periodical">
    <navPoint class="section" id="1">
        <navPoint class="article" id="1_1" playOrder="1">
...
user_none is offline   Reply With Quote