View Single Post
Old 08-19-2011, 01:17 PM   #4
cerramadre
Member
cerramadre began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Aug 2011
Device: none
Sigil affecting images in AlReader2

Quote:
Originally Posted by Toxaris View Post
I haven't used AlReader2, so I can't speculate how that program handles things.

However, I haven't had the problem you mention. Then again, you do not mention your actions.

So, in order for us to help you, please provide more information.
1. What do you change exactly in the ePUB
2. What are the references to the images in CodeView
3. What does the validation say
Answers
1. Simply inserted <br />s in chapter header

eg. <h1 class="chapter" id="heading_id_2"><a id="page132"></a>CHAPTER TEN</h1>

becomes

<h1 class="chapter" id="heading_id_2"><a id="page132"></a><br />
<br />
CHAPTER TEN</h1>

Even if throughout the entire file I insert only one <br /> enclosed in either a paragraph, division or header container, the images do not show in AlReader2.


2. Cover image
<body style="margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; text-align: center; background-color: rgb(0, 0, 0);">
<div class="cover"><img alt="cover" height="100%" src="../Images/Outside_Front_Cover.jpg" /></div>
</body>
</html>

logo

<p class="colophon"><img alt="logo" height="75" src="../Images/logo.jpg" width="111" /></p>

3. Validation says embedded fonts and one alternative image not used - if present. Doesn't matter since when remove fonts and this image, images still not showing in AlReader2.

Seems that any changes will mess up the images.

Note: The file was unDRM'd and the images showed up fine in AlReader2 after. It is only when I put it through Sigil that the problem happens.

Thanks.

Last edited by cerramadre; 08-19-2011 at 01:20 PM.
cerramadre is offline   Reply With Quote