Quote:
Originally Posted by Pulp
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.