View Single Post
Old 08-19-2011, 03:30 PM   #9
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,803
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by cerramadre View Post
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.
I poorly worded my answer.
Yes I have seen double BR used before. But never with a non printing line on the beginning side of the cluster. I use Padding to manage space in those cases. I reserve BR to split printed lines <h3 class="chapno">Chapter 0 <br /><span class="chsubtitle">Nothing come from Nothing</span></h3>

Now the Sigil TOC has both pieces and the chapter heading looks
theducks is offline   Reply With Quote