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