Calibre Blank Pages Issue
Hi everyone. I'm having blank page issues with one of my ebooks that I'm creating in Calibre. Essentially there is a blank page between almost all my pages. Majority of the pages that I have are picture files. I have checked to ensure the pictures were small enough, not to overflow onto the next page.
Is there a code I can add to tell the file to end the page or something else I can try?
I'm pretty new to this so it's been a struggle for sure. Below is the coding i'm using on majority of the pages. Any suggestions would be greatly appreciated.
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>
<meta name="Generator" content="Atlantis Word Processor 3.2.13.3"/>
<link rel="stylesheet" type="text/css" href="../Styles/style.css"/>
<title></title>
</head>
<body>
<p class="p2"><span class="t26"> </span></p>
<h1 class="h10"><a id="ncx232"></a><a id="a83"></a>Maple Cream Cheese Toast</h1>
<p class="p0"><span class="t23"><img src="../Images/img19.jpg" width="528" height="335" alt="img19.jpg"/></span></p>
</body>
</html>
|