If you want to remove carriage returns (i.e. replace carriage return with backspace) do a Find & Replace where Find is '^l' and Replace is ' ' (without quotes). If you want to replace the paragraph marks (i.e. those after hitting enter) use ^p instead of ^l
Hope this helps
Dario
|