Quote:
Originally Posted by DiapDealer
With calibre, you need to make sure the "start" reference type is included in the guide section of the opf file in your epub before converting. That has only been implemented in calibre since 0.8.11, btw.
Code:
<reference type="start" title="Start here" href="../some/file/in/your/epub.html" />
|
Thanks, DiapDealer
I've tried
<guide>
<reference type="other.start" title="Start here" href="Coverpage.html" />
</guide>
in the content.opf file of an ePub file that I'm working on now - the 'other.start' is because the Flightcrew ePubchecker said that 'start' is not an acceptable reference type in the OPF standards.
When I convert the book to mobi with the latest version of calibre it still doesn't open at the cover page.
What am I doing wrong?