Anteater said:
Sometimes I receive a great email message that I want to keep or redistribute
but I want to reformat the odd paragraph formatting of the email (sometimes
every line has been paragraphed and then the next line is 1" to the left of
it but with 3 words and another paragraph mark. I've been able to get rid of
the > by using Edit/Replace but I can't figure out how to EASILY make these
messages easier and more standard to read.
Each line is actually a hard-line, not a soft-line within a paragraph.
So what you have for each hard-line is a paragraph. You will need to
position the cursor to the end of the line to hit Del to remove the
newline characters (CR-LF in a doc, <br> or <p> in HTML). This is the
same way that you manually merge paragraphs. Then you will have one
hard-line composing the entire paragraph which will then wrap according
the width of the window or page size.
For Word, if you enable the display of formatting characters, I suspect
that you will see the paragraph and newline (manual line break) markers.
You could do a search and replace all operation. You would replace the
paragraph (backwards "P") or manual line break (leftward arrow)
characters with a space character. You would need to use the Special
button in the search and replace dialog to insert the formatting
character into a field. It is possible this results in multiple spaces
if the lines had trailing spaces so you would have to search and replace
all contiguous 2 space characters with 1 space character, and repeat
until no 2 contiguous space characters were found anymore.
Hard to know what you are using for Outlook since you didn't mention
WHICH version of it that you use, and you also never mentioned if you
used the embedded new-mail editor in Outlook or instead use Word (in
OL2007, you're stuck using Word).