View Single Post
Old 11-08-2016, 01:07 PM   #8
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by Doitsu View Post
FYI, KindleGen supports at least the following guide items: cover, toc and text. The cover and toc guide items will be automatically added by Sigil if you select Tool > Add Cover or Tool > Table Of Contents > Create HTML Table Of Contents.
To define the beginning of a book, right-click the (X)HTML file of the first chapter in the Book Browser and select Add Semantics... > Text.
Thanks Doitsu. I actually already did that, but I just bought my book and in my Kindle it opened at the cover so I'm fine with that.

Quote:
Originally Posted by Doitsu View Post
To quickly check these guide items, open content.opf and have a look at the guide section at the end. If all three items have been defined, it should look like this:

Code:
<guide>
   <reference type="cover" title="Cover" href="Text/cover.xhtml"/>
   <reference type="toc" title="Table of Content" href="Text/TOC.xhtml"/>
   <reference type="text" title="Text" href="Text/Chapter1.xhtml"/>
</guide>
I looked at it and this is what it shows:

Code:
<guide>
    <reference href="Text/TitlePage.xhtml" title="Title Page" type="title-page"/>
    <reference href="Text/TOC.xhtml" title="Table of Content" type="toc"/>
    <reference href="Text/Chapter01.html" title="Text" type="text"/>
  </guide>
So this is interesting because it's different but also because now my Amazon product page has no cover. Oh well. It's always something.
[QUOTE]
Gregg Bell is offline   Reply With Quote