Help with search/replace or macro
Posted: Sat Jul 19, 2003 2:35 pm
Here's one I have to deal with all the time: putting aside good form for ease of editing, I separate paragraphs with a linespace (html). What I need is a way to separate two lines that are not separated:
</p>
<p>
using word wrap with line-endings not showing (no \n)s
to get:
</p>
<p>
Any help appreciated.
</p>
<p>
using word wrap with line-endings not showing (no \n)s
to get:
</p>
<p>
Any help appreciated.