Quote:
Originally Posted by Tom11880
I tracked this down to the following line inside content.opf:
Code:
<reference type="text" title="Beginning" href="001.html#a0"/>
As soon as I change the title from "Beginning" to "Start", the ebook opens at the first page.
|
The 'title' attribute value has no semantic meaning. It could be anything you want ("Beginning", "Start", "First", "Read", etc). The reallly important attribute is 'type'. The value 'text' indicates the first page of "real" content on the book (the e-reader will open on this page when first loading the book).
You need to make sure the 'href' attribute is pointing to the first page of bodymatter (after titlepage, copyright, toc, etc).