M
middletree
I have an email form page, and the body of the message is in a textarea. In
testing, I noticed that the paragraph breaks weren't showing up in my
web-based email that I sent to myself. So I put in a replace function to
replace vbcrlf with < br >. (I put those spaces in there for the purpose of
this post only).
Now, some email recipients are seeing the actual BR tag, depending on if
they have chosen to view emails as HTML or text. I am guessing that's why
it's different for some people.
What can I do about this, so that all users will see their email similar to
this post, not all bunched up into one paragraph, and no HTML tags showing?
testing, I noticed that the paragraph breaks weren't showing up in my
web-based email that I sent to myself. So I put in a replace function to
replace vbcrlf with < br >. (I put those spaces in there for the purpose of
this post only).
Now, some email recipients are seeing the actual BR tag, depending on if
they have chosen to view emails as HTML or text. I am guessing that's why
it's different for some people.
What can I do about this, so that all users will see their email similar to
this post, not all bunched up into one paragraph, and no HTML tags showing?