Quote:
Originally Posted by ebookscovers
having issues trying to remove spacing between paragraphs on epub in calibre 3.16. after converting and selecting remove paragraph option it still fails to remove spacing. Is there a quick fix to this? i have uploaded the file and you'll see what I mean. epub seems fine and passed the epub 3 checker but I don't want the spacing between paragraphs. I also assume when I remove spacing eventually the 1.5indent will kick in by default. help appreciated. David
|
Open the book in the editor and find what code is causing the spaces. I found this to be causing most all of the spaces.
<hr class="hruleline"/>
Removing these eliminated most of the spaces between paragraphs. Other spaces you'll have to examine the code at those points and see if they're needed.