On 01/17, David Bouw rearranged the electrons to read:
> Now here the non-PHP questions.. I searched everywhere, but how can I get
> line breaks inserted IN the email program..??
> After the 'Dear $name,' part I would like to have 2 line breaks.. Then after
> the We would like to inform you... another 2 breaks..
>
> I tried \n, I tried <BR> (<BR> you simply see this as email text.)..
You might try using \r\n instead of just \n. That is how I have parsed
out line breaks in textarea fields on html forms in the past. It may
work for what you're describing, as well? Hope this helps...
- Jamie
--
#include <caffeine.h>
<[EMAIL PROTECTED]> (Single purpose Email address)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]