View Single Post
Old 12-06-2010, 07:13 PM   #10
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,465
Karma: 192992430
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
<item href="cover.jpeg" id="cover" media-type="image/jpeg"/>
<item href="cover.jpg" id="cover" media-type="image/jpeg"/>
Are you making sure there's a meta declaration in the opf that matches the id="cover" item in the manifest?

Example:

Code:
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
blah
blah
<meta name="cover" content="cover-image" />
blah
blah
</metadata>
<manifest>
blah
blah
<item id="cover-image" href="images/cover.jpg" media-type="image/jpeg" />
blah
blah
</manifest>
Note that the bolded items should match.
DiapDealer is offline   Reply With Quote