Theducks, Thank you very much for being willing to look into this. So here is the code of the CSS:
Code:
/***********************************************/
/* Styles for document saved to a stream */
/* Generated by Aspose.Words for .NET 10.6.0.0 */
/***********************************************/
body { font-family: Souvenir Lt BT, sans-serif; line-height:115% }
h1, h2, h3, h4, p { margin:0pt 0pt 10pt }
h1 { color: #009900; font-family:Trebuchet MS, serif; font-size:1.27em; font-weight:bold; line-height:115%; margin-bottom:0pt; margin-top:24pt; page-break-after:avoid; page-break-inside:avoid }
h2 { color:#4f81bd; font-family: Souvenir Lt BT, serif; font-size:1.18em; font-weight:bold; line-height:115%; margin-bottom:0pt; margin-top:10pt; page-break-after:avoid; page-break-inside:avoid }
h3 { color:#4f81bd; font-family:Souvenir Lt BT, serif; font-weight:bold; line-height:115%; margin-bottom:0pt; margin-top:10pt; page-break-after:avoid; page-break-inside:avoid }
h4 { color:#4f81bd; font-family:Souvenir Lt BT, serif; font-style:italic; font-weight:bold; line-height:115%; margin-bottom:0pt; margin-top:10pt; page-break-after:avoid; page-break-inside:avoid }
.BalloonText { font-family:Tahoma, sans-serif; font-size:0.73em; line-height:normal; margin-bottom:0pt }
.Title { border-bottom-color:#4f81bd; border-bottom-style:solid; border-bottom-width:1pt; color:#17365d; font-family:Cambria, serif; font-size:1.27em; letter-spacing:0.25pt; line-height:normal; margin-bottom:15pt; padding-bottom:4pt }
span.SprechblasentextZchn { font-family:Tahoma, sans-serif; font-size:0.73em }
span.TitelZchn { color:#17365d; font-family:Souvenir Lt BT, serif; font-size:2.36em; letter-spacing:0.25pt }
span.berschrift1Zchn { color:#365f91; font-family:Cambria, serif; font-size:1.27em; font-weight:bold }
span.berschrift2Zchn { color:#4f81bd; font-family:Cambria, serif; font-size:1.18em; font-weight:bold }
span.berschrift3Zchn { color:#4f81bd; font-family:Cambria, serif; font-weight:bold }
span.berschrift4Zchn { color:#4f81bd; font-family:Cambria, serif; font-style:italic; font-weight:bold }
Here is the code of a "page" (a section)
Code:
<?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></title>
</head>
<body>
<p> <img alt="" src="../Images/02.png" /></p>
</body>
</html>
And in order to make things complete; here is the link to a page image file :
https://dl.dropbox.com/u/61460662/02.png
All "page" files for this book are in the same size. When looked at it on the Ipad, the images display very good, its just this blank page issue that needs to be fixed.