View Single Post
Old 07-16-2013, 02:29 AM   #1
warenjc
Junior Member
warenjc began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2013
Device: kindle
Kindle not starting on start

I have Kindle E ink (four button w/navigation button in center.)

All books I download to my Kindle, start where they are supposed to start accept mine. They even "Go To" Beginning where they are supposed to. I use Kindlegen compiler. I load the content.opf file to Kindlegen from the OEBPS folder. But when I open my ebook on my kindle it always starts on the page PRIOR to the start page. Maddening. I believe everything is as it should be. What am I missing or what do I look for?

My start page is the first entry in the content.xhtml file. Prior xhtml files are the toc, reviews, title, and copyright xhtml files.

OPF/Guide:
<reference href="Text/content.xhtml" title="start" type="text" />

XHTML:
<body>
<h3 id="start"><a id="prologue"></a><span class="bold"><small>PROLOGUE</small></span></h3>

CSS:
h3 {
page-break-before: always;
}

Semantics OK at "text"

I am puzzled. I have extracted other books and the opf and xhtml coding are apparently set up the same way. The only difference I have found in one is the guide's title was "startup page".

HELP

Last edited by warenjc; 07-16-2013 at 02:52 AM.
warenjc is offline   Reply With Quote