Hello,
I looked in this forum and couldn't find anything about guiding the kindle which is the first page to be seen as a user open a book.
In ePub (3) I set the guide, currently I have the following lines:
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?
I looked in this forum and couldn't find anything about guiding the kindle which is the first page to be seen as a user open a book.
In ePub (3) I set the guide, currently I have the following lines:
PHP Code:
<guide>
<reference href="Text/cover.html" title="Cover" type="cover"/>
<reference type="toc" title="Table of Contents" href="Text/toc.html"/>
</guide>