View Single Post
Old 09-16-2011, 01:08 AM   #15
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Quote:
Originally Posted by JSWolf View Post
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>

Last edited by AlexBell; 09-16-2011 at 01:10 AM.
AlexBell is offline   Reply With Quote