View Single Post
Old 03-06-2013, 11:19 AM   #4
SteffenH
Enthusiast
SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.SteffenH ought to be getting tired of karma fortunes by now.
 
Posts: 43
Karma: 475341
Join Date: May 2007
Location: Berlin, Germany
Device: Kindle 3, Kindle Paperwhite 2, Kobo Mini, TrekStor Pyrus Mini
The <guide> section is completly missing. All else looks as you describe.

Quote:
Originally Posted by Jeff L View Post
Calibre uses the <guide> section of the OPF to identify the cover page. The page should also be in the <manifest> and its "id" listed as the first item in the <spine> section.

Right click on the epub in Calibre and use the Tweak Book option to view the OPF file. See if it looks like this:

<manifest>
<item href="filename.html" id="cover" media-type="application/xhtml+xml"/>
.
.
.
</manifest>


<spine>
<itemref idref="cover"/>
.
.
.
</spine>


<guide>
<reference href="filename.html" title="Cover" type="cover"/>
.
.
.
</guide>
SteffenH is offline   Reply With Quote