View Single Post
Old 12-21-2016, 07:08 PM   #5
JustinThought
Groupie
JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.JustinThought ought to be getting tired of karma fortunes by now.
 
JustinThought's Avatar
 
Posts: 171
Karma: 3517858
Join Date: May 2016
Location: Monterrey, Mexico
Device: Samsung Tab-3 7"
Quote:
Originally Posted by Trane View Post

//snip!//
... went through the code and found Sigil had inserted large spaces for no apparent reason...
That sounds similar to a problem I was having, that I posted in another thread. What was happening was, Sigil was doing some housekeeping each time I saved, and placing a blank line before a certain section. This was code that wasn't inside a <p> tag, but instead in a <div>, but that div was way up on the page. I ended up just placing the errant code inside a dummy <div>, directly before and just after the section that was being spaced out, and it has taken care of the problem.

Any similarity to your code? Find the place where the blank areas are being made, clear them out, then repeatedly hit ctrl-s to save and see if it doesn't move down. If so, you're running up against the same problem. Use a <div> </div> to bracket that section, and it should go away--which may solve your other problem as well.
JustinThought is offline   Reply With Quote