View Single Post
Old 08-23-2012, 10:37 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,801
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by msmith65 View Post
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" />
That is a picture called cover showing on some page .

Now, which page is to be used as the cover?

You need a declaration in the Guide section which is easily done by right clicking the file (in the book browser)
Semantics: cover
theducks is offline   Reply With Quote