View Single Post
Old 03-23-2008, 12:10 PM   #295
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,879
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by astra View Post
What does it mean? Could you provide an example please?
In the HTML code it has
Code:
<p class="noindent">
What that class of noindent does is add a margin of 1.5em to make the line space in your browser. Book Designer doesn't deal with that to give you the line space you should have. So what I did was replace th above code with
Code:
<BR /><p class="noindent">
Book Designer respects the <BR /> and puts in a line space. Works quite well that way and was very easy to fix.
JSWolf is offline   Reply With Quote