View Single Post
Old 10-16-2008, 05:35 PM   #10
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by Pulp View Post
Did you try to open the htm0-file with a simple editor like wordpad?
If its html nonbreaking spaces they should be shown as  
If you run replace    with   several times you should end up with single spaces instead of several.

If they are only used to intend and not between words you can even try to replace the   with nothing to get rid of them all.
It is not the   (non-breaking space) that is causing the problem. They would just show a gap between the words. The problem is the extra CR/LF sequence at the end of each line that is causing the problem. That is what must be removed. Then you can attack the nbsp problem which is easily fixed as you point out.
DaleDe is offline   Reply With Quote