Quote:
Originally Posted by Toxaris
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.