Try using the attribute type.

Set it to HTML and then you can use HTML to format your message.  Curiously
though if you don't specify type your message should appear just as you
format it.

<CFMAIL
    TYPE="HTML"
>

----- Original Message -----
From: "Adrienne H. Cregar" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, September 20, 2000 10:14 PM
Subject: formatting email in CFMAIL from form??


> Hello all... I'm trying to format the email that will be sent from a
> form through CFMAIL. The problem I'm having is that I have general
> contact info fields (name, company name, address, city/state/zip, phone,
> email ) and I would like each field to appear on a separate line in my
> email.
> In the CFMAIL, when I use:
>
> This request was received through the website from:
> #form.fname#  #form.lname#
> #form.company#
> #form.address#
> #form.city#,#form.state#   #form.zip#
> #form.phone#
> #form.email#
> #form.id#
>
> the results appear in one long line (all running together). When I put
> <br> after each field, the "<br>" appears in the email! (It actually
> does put each field on a different line, but you see the "<br>" at the
> end of each field). How do I get the same result - each field on a
> separate line - without the "<br>" showing??? Any help you could provide
> would be greatly appreciated! Thank you in advance...
>
> A.Cregar
> [EMAIL PROTECTED]
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to