View Single Post
Old 09-20-2011, 12:47 PM   #18
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by AlexBell View Post
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>
Actually you are doing it the same way. You just pointed out the the id name is not magic, whatever you put in the metadata section has to match the id you use to reference the file itself. And the metadata section does not need to be in any particular order which is always true.

Dale
DaleDe is offline   Reply With Quote