I've almost finished making my first e-book, and everything is coming in nicely. The one problem I'm having is with extraneous blank pages. I've tested this on a Kindle, and things look okay, but when I put this on the iPad, blank pages appear towards the front of the book. All my material is there, but the spaces between the cover, the title page, and the preface are filled with one or two blank pages.
I'm assuming it's probably a conversion problem. This file has been through InDesign, Sigil, and Calibre. But I don't see anything in the code, so does anybody have any ideas?
Below is what the code for the title page looks like. It's an image, just because I thought it looked better that way. And it's in between the h1 tags, because I wanted it to show up in the TOC as "Title page."
Quote:
<?xml version="1.0"?>
<!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></title>
</head>
<body>
<h1 id="heading_id_2" title="Title Page"><img alt="" src="../Images/ACC-titlepage.jpg" /><br /></h1>
</body>
</html>
|