View Single Post
Old 05-02-2013, 08:04 PM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,866
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Adjust View Post
When moving the epub element there are 2 places you need to change.

Firstly move the code which relates to the TOC in the TOC.NCX file to be in the correct order.

Then you also need to fix the playorder numbering so it's concurrent

Then in your content.opf file to need to change the order in the "Spine" section.

I'd also add this code in the content.opf file
Between the spine section and the close package </package>

PHP Code:
  </spine>
<
guide>
<
reference type="toc" title="Table of Contents" href="whateveryoucalledyourTOCfile.xhtml"/>
</
guide>
</
package
Please, in the NCX if there is an entry to an inline ToC, please remove it. It's not needed. You are already at the ePub's ToC.
JSWolf is offline   Reply With Quote