When I copy and paste from a word document into Sigil, I get these blank lines between paragraphs. The only way I've found to remove them was to go back to the word document and change the special paragraph marks and make them into manual line breaks and then copy that over to Sigil.
So after and copying into Sigil, I see the following:
<Indent>Paragraph1
<Blank Line>
<Indent>Paragraph2
<Blank Line> ......
while in the actual word document it's
<Indent>Paragraph1
<Indent>Paragraph2
I'll first try to use your suggestion of exporting it to filtered HTML from word and see if that solves the problem.
If that doesn't work, I'll try your other suggestion of inserting "p {margin: 0; padding: 0;}" into the bottom of the css.
|