Quote:
Originally Posted by kelemvor
I have a couple epub books that don't have a large line return between paragraphs which makes it very hard to read. I prefer when there's a full blank line separating paragraphs. Is there any way I can run this file through something and have it double any line returns it finds so there will be the extra line?
Or are there any readers that I can set in options to show line returns double or anything like that?
Thanks.
|
You don't use returns to set gaps between paragraphs.
set
margin-top: 2em (about 2 lines high) for the paragraph class in the line below the gap. (foo in this case)
Previous para</p>
<p class-"foo">
IMHO scene breaks should have their own class (for good control)
<p class="scenebreak">* * *</p>