MacEachaidh, switch to "Code View" and check something, please. (You can get to "Code View" in Sigil by pressing F11, or using the
View > Code View drop-down menu, or pressing the button that has the "< >" graphic.) If the troublesome paragraphs are enclosed in
<p> and
</p> tags, try adding this snippet between the
<head> and
</head> tags:
Code:
<style type="text/css">
p { border: 0px; padding: 0px; margin: 0 0 0 0; text-indent: 1em }
</style>
On the other hand, if the troublesome paragraphs are separated by <br /> tags, just remove them.
If neither of those approaches fix the issue, you may have some overriding CSS already embedded within your document.
- M.