I've started using Sigil because my mac was inserting invisible files into ePubs that were creating problems on some platforms (iBookstore, for example).
The problems went away simply by opening the ePubs in Sigil and then saving them again.
Now, for some reason, Sigil is inserting extra lines between paragraphs. I've read some other threads, but they don't seem to solve this issue.
Originally, the codes say:
Quote:
<p class="s1">Sample text</p><p class="s1">More sample text</p>
|
But Sigil changes it to:
Quote:
<p class="s1">Sample text</p>
<p class="s1">More sample text</p>
|
When I use find and replace in Code View, the removed line breaks just reappear when I save.
Please help!