Epub cover image issue
Hello Everyone,
I have some issue with cover page. The problem is my cover image showing last of the page when I load it in calibre.
I have done .opf like this
in <metadata> section put this
<meta name='cover' content='cover-image'/>
and in <manifest> section cover image and title page like this.
<item id="title" href="title.html" media-type="application/xhtml+xml" />
<item id='cover-image' href='images/cover.jpg' media-type='image/jpeg' />
etc..
'images/cover.jpg' in title.html file.
and in <spine> section ,
<spine toc="ncx">
<itemref idref="title" linear="no"/>
<itemref idref="other pages" />
etc...
finally in <guide> section
<guide>
<reference type="cover" title="Cover Image" href="title.html"/>
etc
I want to show first cover image when I load .epub in calibre. Can you please help me, if I made any mistake in that or need to add anything else?
Please help me.
Vipin
|