View Single Post
Old 07-02-2010, 12:38 PM   #5
Vintage Season
Pulps and dime novels...
Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.
 
Vintage Season's Avatar
 
Posts: 343
Karma: 1952003
Join Date: Jan 2009
Device: Kobo Aura/Kobo Aura One LE/iPad Air
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.

Last edited by Vintage Season; 07-02-2010 at 12:41 PM.
Vintage Season is offline   Reply With Quote