View Single Post
Old 06-17-2011, 01:42 AM   #1
spiralpath
Member
spiralpath doesn't litterspiralpath doesn't litter
 
spiralpath's Avatar
 
Posts: 10
Karma: 116
Join Date: May 2011
Device: Multiple
Book opens on wrong page

I am using Mobipocket Creator and Kindle Previewer, hand coded html and .ncx and .opf. Here is the manifest and guide section of my .opf:
<manifest>
<item id="item1" media-type="text/x-oeb1-document" href="Wild%20Heart.html"></item>
<item id="ncx" media-type="application/x-dtbncx+xml" href="TOC.ncx"></item>
</manifest>
<spine toc="ncx">
<itemref idref="item1"/>
</spine>
<tours></tours>
<guide><reference type="toc" title="Contents" href="Wild%20Heart.html#toc"/></guide>

I have a <a name="start"/> tag at the beginning of my "title page" and the toc follows after some other front material.

When I open the book in the Kindle Previewer, it opens to a "page" just following the table of contents. As you can see, the TOC is internal (not a separate file).

How do I control where the book opens?

Thanks in advance for your help.
Dan
spiralpath is offline   Reply With Quote