View Single Post
Old 05-02-2013, 01:33 PM   #20
townsend
Enthusiast
townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.townsend got an A in P-Chem.
 
townsend's Avatar
 
Posts: 29
Karma: 6366
Join Date: Oct 2011
Device: Sigil
Quote:
Originally Posted by alanHd View Post
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.
townsend is offline   Reply With Quote