Quote:
Originally Posted by Trane
BTW, there's a setting to "start reading here" (can't recall the exact language now) but I set it to the first chapter. My question is, is this used in Amazon when people preview the first 10% of the book, or is it only used inside e-readers?
|
Amazon KDP used to support user-defined SRLs (Start Reading Locations), which were defined in the
<guide> section of the .opf file. E.g., you could use something like:
Code:
<reference type="text" title="Start reading" href="Text/chapter01.xhtml"/>
However, according to the latest version of the
Kindle Publishing Guidlines, SRLs have been deprecated.
If your book has one, you can keep it, but Amazon KDP will ignore it.