View Single Post
Old 06-24-2014, 02:24 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,095
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by kelemvor View Post
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>
theducks is offline   Reply With Quote