View Single Post
Old 01-08-2012, 12:44 PM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,122
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Phil_C View Post
First, I don't know much about html or CSS. How do I find the TOC anchor?

As for the TOC.ncx, I opened the EPUB in Sigil and got this:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="eng">
  <head>
    <meta content="bfb5f440-ca3c-43f5-8b72-937849983ed6" name="dtb:uid"/>
    <meta content="2" name="dtb:depth"/>
    <meta content="calibre (0.8.33)" name="dtb:generator"/>
    <meta content="0" name="dtb:totalPageCount"/>
    <meta content="0" name="dtb:maxPageNumber"/>
  </head>
  <docTitle>
    <text>The Beasts of Tarzan</text>
  </docTitle>
  <navMap>
    <navPoint id="44fb58d9-ed97-4767-9299-6ed485aaae3d" playOrder="1">
      <navLabel>
        <text>Start</text>
      </navLabel>
      <content src="Text/titlepage.xhtml"/>
    </navPoint>
  </navMap>
</ncx>
I have NO idea what this code means.

The problem is 100% repeatable. Links work fine in Calibre view, but never in Sony Library software or on either of 2 PRS-350's.

How can the links be read differently by different software/devices? I thought the code was the code.
Your (unneeded in EPUB ) Inline TOC is no longer in sync with the book

You have (basically) No useful TOC, Only a Start point. (use the GoTo Menu (TOC) on your sony and see)

AFAIK, Calibre will not attempt to create/maintain an inline TOC in EPUB.

the NCX file is all to EPUB
theducks is offline   Reply With Quote