Images on Kindle; blank pages
Hi,
I'm creating a comic book. I'm authoring an .epub file, which I am then converting with Calibre.
Each page is an XHTML file that defines the image for that page using mark-up like so:
<body>
<svg width="100%" version="1.1" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" height="100%" viewBox="0 0 449 649" xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="449" height="649" xlink:href="../Images/0000000001_5fed8544-62e6-11df-9d38-080027ee35a0.jpg"></image>
</svg>
</body>
This renders beautifully on iPad, nook, Adobe Digital Editions, etc., but when I convert to .mobi for my Kindle, there is a blank page after each image. The images display just fine.
Any thoughts?
Joubert
|