|
-
Apr 20th, 2005, 03:08 AM
#1
Thread Starter
Lively Member
how to capture textarea content format and embed it in html style email?
Code:
<textarea id="mailContent" title="Email Content" maxLength="1500" name="mailContent" cols="77" rows="16"></textarea>
Hi, i have the code above to let a user type in message and then the user will click a send button to send content in the textarea as a html email(this is my intention).
however, during my test, i find that all content in the textarea are in plain text, ie, it dont have paragraph or empty line as in what i gave type in the textarea.
can someone help, teach me how to capture the origainal format of text area and send it as it is in the email.
Last edited by kkc; Apr 20th, 2005 at 09:41 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|