View Single Post
Old 05-14-2014, 01:00 PM   #1
jimb949
Member
jimb949 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: May 2014
Device: none
Cover not showing

I added my cover to sigil but when I preview it on nook for web the cover is missing. Anyone know how to fix it? Below is my html code from sigil:

<?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">
<head>
<title>Cover</title>
</head>
<body>
<div style="text-align: center; padding: 0pt; margin: 0pt;">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 1500 2000" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="1500" height="2000" xlink:href="../Images/novelist11-72dpi-1500x2000 (1).jpg"/>
</svg>
</div>
</body>
</html>
jimb949 is offline   Reply With Quote