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