Quote:
Originally Posted by odedta
How do I tell Kindle to show the 2nd page of the book when a user opens up a book or by using the "bo to begining" function?
|
The SRL (start reading location) needs to be defined with a text guide item. For example:
Code:
<guide>
<reference href="Text/Chapter1.xhtml" title="Start Reading" type="text" />
</guide>