Thread: Generic Cover
View Single Post
Old 07-20-2010, 07:58 AM   #3
CrystalEYE
ePub investigator
CrystalEYE began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Feb 2009
Location: Augsburg, Germany
Device: Sony PSR-505, Amazon Kindle 2, Apple iPad, iPhone (iBooks, stanza)
Most readers and iTunes can interpret the following lines in the content.opf:

Code:
<metadata>
  <meta name="cover" content="coverimg-id"/>
  ...
</metadata>
<manifest>
  <item id="coverimg-id" href="images/cover.jpeg" media-type="image/jpeg"/>
  ...
</manifest>
And you can add the following lines:
Code:
<manifest>
  <item id="cover" href="cover.xhtml" media-type="application/xhtml+xml"/>
  ...
</manifest>
<guide>
  <reference type="title-page" title="cover" href="44102_cover.xhtml" />
</guide>
CrystalEYE is offline   Reply With Quote