Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FormMailer Email, How do you make certain thing bold, colors, HTML 1

Status
Not open for further replies.
Jun 3, 2005
25
US
How do you turn the email that gets sent from the FormMailer, into more of an HTML document?
 
I'm sorry but I'm new to all of this.

Would I do that by simply placing it at the bottom like so?

<cfmail
to="email address 1"
from="email address 2"
subject="Form Email"
type="HTML">
 
After that I just treat it like an HTML document, in the sense that I just add HTML code to a word, to make it bold, or change the color?

Thanks
 
Everything within the CFMAIL tags will be treated as HTML once you add that. So for bold you just need to include the type="html" then use <b>test</b>.

Hope this helps

Wullie

Fresh Look - Quality Coldfusion/Windows Hosting

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top