View Single Post
Old 09-14-2012, 10:42 AM   #21
jswinden
Nameless Being
 
Quote:
Originally Posted by AlexBell View Post
PS So far as I can tell the azw3 ebooks I converted from my ePubs open at the cover, just as the ePubs do.
No clue about converting with calibre as I never do that, but the KF8 author/creator can control where the book opens via the OPF file.

Code:
<guide>
   <reference type="text" title="Beginning" href="Text/front-matter.html" />
</guide>
In this example I set the book to open with the file front-matter.html rather than the cover. This is for the first time, subsequent openings will of course be to farthest point read.

Last edited by jswinden; 09-14-2012 at 10:46 AM.
  Reply With Quote