Cover not appearing correctly
Hi,
I've been creating ePubs with Atlantis Word Processor. I've been putting the book cover as the first page (of a word file) and it used to appear correctly on my Sony Reader T1. Recently, they've been appearing as the full first page of the word doc, so the cover size and proportions don't show up correctly. I have been modifying the ePubs to change margins, styles, and fonts but not sure how this could affect the cover. Maybe someone has an idea of how to make the cover a .jpg only instead of the first page?
The content.opf looks like this:
...
<meta name="cover" content="cover"/>
</metadata>
<manifest>
...
<item id="id001" href="001.html" media-type="application/xhtml+xml"/>
...
<item id="cover" href="images/cover.jpg" media-type="image/jpeg"/>
</manifest>
<spine toc="ncx">
<itemref idref="id001" linear="no"/>
...
</spine>
<guide>
<reference type="cover" title="Cover" href="001.html"/>
</guide>
</package>
I've tried removing the guide section that lists 001.html as the cover but that seems to not be it.
|