Quote:
Originally Posted by Doitsu
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
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]