Book cover showing Red X
I now added my cover to nook press but when I preview it on nook for web the cover is missing with a red x where the jpeg should be. It looked fine when I looked at it in sigil. Anyone know how to fix it? Here is my html 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">
<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 height="2000" width="1500" xlink:href="../Images/cover72dpi1500x2000.jpg"/>
</svg>
</div>
</body>
</html>
|