View Single Post
Old 08-19-2011, 10:39 PM   #14
cerramadre
Member
cerramadre began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Aug 2011
Device: none
Quote:
Originally Posted by JSWolf View Post
Forget the <br />. It's not needed.

Code:
<h1 class="chapter" id="heading_id_2"><a id="page132"></a>CHAPTER TEN</h1>
Just go to the CSS and add to the top margin for .chapter. Maybe AllReader2 doesn't like <br />.
Actually AlReader2 like ICEReader Pro ignores most of the CSS but one thing it does recognize is the <br />. You can interactively adjust the spacing between sections, lines etc if <br /> or <br>s are present since the reader will detect how many <br />s there are and combine this with a user selected % empty line preference to determine the height of empty spacing. Two <br />s within a container basically corresponds to a single empty line. That's why I wanted to use the <br />. Basically, em, pt, px, % spacing is ignored.

Thanks for the input.
cerramadre is offline   Reply With Quote