Quote:
Originally Posted by copaw
Using Calibre; if I edit in RTF format and have a paragraph break at the end of every paragraph, then when I transfer to epub and edit, Calibre indents the first line but leaves a line between each paragraph.
|
Edit the EPUB, click on a paragraph and find the CSS style name from the para header (or the Live CSS panel). Open stylesheet.css and edit the offending style to say this:
text-indent: 1.5em;
margin: 0;
Also generally good to say "text-align: justify" whenever necessary.