Originally Posted by LadyKate
When something bugs me enough I get into the code and painstakingly change every instance of the problem.
One problem I see with
Find: (\w) (\w)
Replace: \1 \2
is that it appears to me to be finding two white spaces and replacing both. Could one of the problems be if the white space is a tab?
When you look at it in edit are you seeing two spaces? or a ? I find that the more specific you are the easier it is to correct.
One last thought... is the css justifying the lines causing the appearance of larger spaces?
|