Q: Images Broken Across Pages
Hi,
I am getting an Itunes Connect issue about images broken across pages, but cannot find any guidlines on the size of an image (or html) to avoid this happening. I want the image to fill the page and it is currently sized as 600x850px with the following html for the page
<?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>
<link href="../Styles/Body.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p class="subtitle"><img alt="" src="../Images/InnerCover.jpg"/></p>
</body>
</html>
.subtitle {
font-family: Palatino, san-sserif;
font-size: 1em;
text-align: center;
}
can anyone recoomend the image size and html needed to fill a page without breaking across pages
Best Wishes
Julian
p.s. I use Sigil on a Mac to create the epub
Posted on May 24, 2014 12:25 PM