
August 14th, 2008, 11:08 AM
|
|
Registered User
|
|
Join Date: Aug 2008
Posts: 11
Time spent in forums: 26 m 47 sec
Reputation Power: 0
|
|
|
How to add HTML code to format in CFMAIL
Hello,
I am a newbie to CFMAIL and like to ask if there is a way to format the output within CFMAIL. I tried to enter HTML code within CFMAIL and I got the html code from output.
I created a simple comments form for users to submit their comments, and send this result to my email.
Here is my code:
<CFMAIL TO = "test@test.com"
FROM = "test@test.com"
SUBJECT = "test"
>
New suggestions: <br />
<b>Name:</b> #name#
<b>Comments:</b> #comments#
</CFMAIL>
On the output, I received all html code and when a user enter multiple rows of suggestions, they are not aligned properly in the email.
How do I format the output within cfmail?
How do I get good format for the comments with multiple rows?
Thanks very much.
Jenny.
|