Quote:
Originally Posted by Gregg Bell
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>
|
KindleGen doesn't do anything with
title-page semantics, you might want to use the
cover semantics instead for the HMTL page that contains the cover image.
Also check that you have the following metadata entry in content.opf:
Code:
<meta content="cover.jpg" name="cover" />
(Replace cover.jpg with the id of your cover image.)
Otherwise your Kindle book won't have a cover image.