Quote:
Originally Posted by AlexBell
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