View Single Post
Old 06-26-2012, 06:47 AM   #15
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
  is just a non breaking space that means the words on either side and the space will always be displayed together. Sometimes it can cause an extra space but not mostly.

In code view you do a search and replace for   and replace it with a space from the spacebar generally without harm. In fact I nearly always do so to eliminate unexpected ends of lines.

Try it and see what you have left.

You may have to do a little detective work. Find a paragraph where you have the problem and look at the styles which applied to it in the stylesheet. You may have it surrounded in <div>s which cover more than one paragraph, so look up and down and see if you can find a <div> which starts above and doesn't end until below it.
mrmikel is offline   Reply With Quote