Quote:
Originally Posted by alanHd
Hi,
Go gentle on me i am a total newbie when it comes to editing ebooks files.
Is there an easy way in book view to insert a line break without changing to code view and manually inserting a line break.
|
I know exactly what you mean. Sigil is just a little buggy in that way. If you look at the code, you'll see, once Sigil starts using <div> tags they just continue to propagate. Every time I start a new file, I make sure that first paragraph has <p> paragraph tags and not <div> tags. I know you don't want to be messing with code, but one really easy thing to do, is to just change the two <div> tags to <p> tags. Then all is fine.
Another shortcut I discovered; when you see the line spacing is wrong, indicating that Sigil is using <div> tags, press the h6 heading 6 button, then press the p paragraph button to correct the problem. That way you don't have to go into code view at all.