View Single Post
Old 10-30-2016, 03:43 PM   #7
Confucio
Member
Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'Confucio knows the difference between 'who' and 'whom'
 
Posts: 12
Karma: 10000
Join Date: Aug 2012
Device: Kindle
I've rebooted but Sigil still isn't displaying my covers on any of my books.

Here's the epub cover code for the epub I posted above:

Code:
<?xml version="1.0" encoding="utf-8"?>
<!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">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta name="calibre:cover" content="true"/>
        <title>Cover</title>
        <style type="text/css" title="override_css">
            @page {padding: 0pt; margin:0pt}
            body { text-align: center; padding:0pt; margin: 0pt; }
        </style>
    </head>
    <body>
        <div>
            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 479 751" preserveAspectRatio="none">
                <image width="479" height="751" xlink:href="../Images/cover.jpeg"/>
            </svg>
        </div>
</body>
</html>
EDIT: Just downgraded to 0.9.6 and the covers display fine again. Updated again with 0.9.7 and no covers. Really weird.

Last edited by Confucio; 10-30-2016 at 03:50 PM. Reason: Update
Confucio is offline   Reply With Quote