View Single Post
Old 01-24-2014, 05:50 AM   #4
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,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Simon_M View Post
Kindle software won't pick it up from there, though, it will get it from the <guide> at the bottom of the OPF, where one of your lines should be something like:

<reference type="cover" title="Cover" href="xhtml/cover.xhtml"/>
Note that this method only works if you use Calibre. KindleGen does not support XHTML cover pages and will only use the image referenced in the XHTML cover page, if it has been defined as such either:

in the <metadata> section of the .opf file:

Code:
<meta content="cover.jpg" name="cover" />
or in the <manifest> section:

Code:
<item href="Images/cover.jpg" id="cover.jpg" media-type="image/jpeg" properties="cover-image" />
Doitsu is offline   Reply With Quote