View Single Post
Old 08-23-2012, 08:12 AM   #1
msmith65
Enthusiast
msmith65 began at the beginning.
 
msmith65's Avatar
 
Posts: 31
Karma: 10
Join Date: Aug 2012
Device: Kindle
Cover Doesn't Show in Kindle Carousel

I put my cover graphic in line per the "Quick and Dirty ePub Tutorial," and it shows up in the Sigil window as well as in the document when opened in the Kindle Previewer (on my PC) and when I copy the .mobi over to an actual Kindle Fire.

But on the Fire, the cover graphic doesn't appear in the carousel.

Did I miss something? Here's the front-matter code:

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:ops="http://www.idpf.org/2007/ops" xmlns:xml="http://www.w3.org/XML/1998/namespace">
<head>
  <link href="../Styles/style.css" rel="stylesheet" type="text/css" />

  <title>Be Free: A 14-Day Challenge of Food Discovery</title>
  <style type="text/css">
/*<![CDATA[*/

  span.sgc-1 {font-weight: normal; font-size: medium;}
  /*]]>*/
  </style>
</head>

<body>
  <p class="center"><img alt="" src="../Images/Cover.jpg" /></p>
  <hr class="sigilChapterBreak" />
msmith65 is offline   Reply With Quote