Quote:
Originally Posted by HarryT
I've done it with lots of books, Jon, and it's never messed up the section breaks. Give it a go - it does work.
|
Yes, it does tend to take out the section breaks in most books. I've found myself cleaning up after this a lot...calibre adds spaces by default for some reason (I don't really understand why this is on by default).
See my old thread on this same problem:
https://www.mobileread.com/forums/sho...d.php?t=106305
Convert in Calibre with this under extra CSS to get the result you want:
p {margin-top: 0em; margin-bottom: 0em}
see "paragraph spacing" here:
http://manual.calibre-ebook.com/conv...html#look-feel
For more info. There's a bit more about adding indents in the CSS they recommend on the calibre page.