View Single Post
Old 11-08-2016, 01:36 PM   #10
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Gregg Bell View Post
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.
Doitsu is offline   Reply With Quote