View Single Post
Old 06-17-2011, 06:51 AM   #1
iain robinson
Connoisseur
iain robinson began at the beginning.
 
Posts: 75
Karma: 10
Join Date: Apr 2011
Location: UK
Device: none
issue with blank pages

Everyone has been very helpful on this forum! Hopefully you can help with another issue...

My ePub (exported from an Indesign CS5.5 book) has a cover file - the first document in the book. In ADE the first page of the ePub displays the cover image, and the next page is the first page of the next 'chapter' (which in this case is a contents page). Which is good. When I test the file in iBooks after the cover page is a blank page. Can't see where it is coming from. The code for the page;

Code:
<?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>00_CnL21_6-cover_epub.html</title>
  <link href="../Styles/template.css" rel="stylesheet" type="text/css" />
</head>

<body style="">
  <div id="x00_CnL21_6-cover_epub.html">
    <div class="image">
      <p class="para-style-override-1"><img alt="c%26l21_6-cover.indd" src="../Images/c%26l21_6-cover_fmt.jpeg" width="100%" /></p>
    </div>
  </div>
</body>
</html>
What am I missing?
iain robinson is offline   Reply With Quote