Hello,
Im using DW MX 2004 on Win XP Pro S2. I have a simple form on my website. It
uses text fields, menus and text areas. Im using a php script to process the
form and send it to my e-mail. Everything works fine except for the text
area...

When people write in the text area every time they hit return to go to the
next line a " " is inserted into the text of the email.

i.e.
The quick brown
fox jumped over
the lazy dog.

Turns into;
The quick brown
fox jumped over
the lazy dog

Does anyone have any ideas about fixing this issue?

This happens the majority of the time in IE and all the time using Mozilla FF.