View Single Post
Old 03-05-2012, 12:41 PM   #3
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Use Extra CSS (Properties ->Conversion - Common Options) to do this to every paragraph during conversion. For example:
Code:
p {
text-indent: 2em;
margin-top: .5em;
margin-bottom: .5em;
}
Note that Common Options includes specific option for space between paragraphs and (paragraph) indent. So if they don't work the Extra CSS might not work either. If so, my guess is that you don't actually have paragraphs (<p>) in the input ebook, but rather something that looks like them.

Last edited by wallcraft; 03-05-2012 at 12:45 PM.
wallcraft is offline   Reply With Quote