View Single Post
Old 07-24-2012, 07:33 AM   #4
jorbas
Junior Member
jorbas began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2012
Device: Kindle 4
I've been banging my head against this exact problem all morning. Using KindleGen to turn my ePub into a mobi, the file opens fine in the Previewer, goes right to the correct starting page. On the Kindle 4 it will open to a page in the TOC. I have just 2 entries in the guide section:

Code:
<reference type="text" title="Beginning" href="Text/part0001.xhtml" />
<reference type="toc" title="Table of Contents" href="Text/part0000.xhtml" />
After unpacking the mobi however, there is a third:

Code:
<reference type="text" title="Beginning" href="Text/part0001.xhtml" />
<reference type="toc" title="Table of Contents" href="Text/part0000.xhtml" />
<reference type="text" href="Text/part0001.xhtml" />
I've been trying countless different things all morning, many different reference types, different titles, using anchors, the lot and nothing seems to work.
jorbas is offline   Reply With Quote