View Single Post
Old 01-10-2014, 03:41 PM   #1
slicknick001
Member
slicknick001 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Dec 2013
Device: kindle
Smashwords error report:Please make your cover image the very first page of your EPUB

Hi,
I don’t think I’m handling the cover or ToC right in this epub because Smashwords reports:

The current status of Bench Warfare is Needs modification Problems were found in review:
• Please make your cover image the very first page of your EPUB.



I've attached the Sigil file. Any help much appreciated!
Nick


Here's how I've tried to handle the ToC
=============================
1. I use this method for the copyright page:
Add this line:
<h1 class="hidden">Copyright</h1>
Note that when you generate the toc.xhtml in sigil you must then manually add:
<h1 class="hidden">Contents</h1>
Then delete the generated
<div class="sgc-toc-title">Table of Contents</div>

2. Cover (to avoid Kindle covers being duplicated and for compatibility between amazon mobi and epub formats. See this article: https://www.mobileread.com/forums/sho...d.php?t=219550)
<spine> <itemref idref="my-html-cover" linear="no" /> </spine><spine> <itemref idref="my-html-cover" linear="no" /> </spine>

3. Spine Toc error
<manifest>
<item href="toc.ncx" id="ncx" media-type="application/x-dtbncx+xml" />
Should be
<item href="toc.ncx" id=" TOC.xhtml " media-type="application/x-dtbncx+xml" />
To agree with:
<spine toc="ncx">
<itemref idref="cover.xhtml" linear="no" />
<itemref idref="TOC.xhtml" />
Attached Files
File Type: epub BenchWarfare v1.1.epub (131.5 KB, 223 views)
slicknick001 is offline   Reply With Quote