Quote:
Originally Posted by vanpelten
I wonder why Calibre's Blank Space Removal switch in the conversion process also forces an indent by default. Is it not possible to have it just remove blank paragraph spaces while offering indenting as a user option -- thus preserving the original indent formatting?
|
Because books that both have incorrect paragraph margins and correct paragraph indents are rare enough to not merit a separate option for this. You can achieve what you are trying to do with
p, div { margin: 0pt; padding: 0pt }
in extra css in the conversion settings.