Quote:
Originally Posted by JSWolf
How does one get a covert to show in the iBooks bookcase and to open at the cover? I have some ePub that do not show the cover properly in the bookcase. Thanks.
|
I do it a very slightly different way from wannabee - but whatever works
<meta name="cover" content="img1" /> {last line of metatdata}
<item id="img1" href="images/Cover.png" media-type="image/png" /> {from the manifest}
<item id="id1" href="Coverpage.html" media-type="application/xhtml+xml"/> {from the manifest}
<guide> {just after the manifest}
<reference type="cover" href="Coverpage.html" />
</guide>