Quote:
Originally Posted by copaw
Question
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. I am seeking a solution to this problem please?
|
That indentation and extra line are just for your comfort while looking at the HTML code. They have no effect whatsoever in the rendered book.
I do not think you have any way to avoid that indentation or that separation between successive paragraphs. Remember the TRUE text of the paragraph is the text inside the <p> ... </p> pair. It doesn't matter how you type those paragraphs. (You could even type them in a single huge line, and the rendered text would be the same).