Thanks for your help - that did the trick.
Mark

-----Original Message-----
From: Jerry Johnson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 4:56 PM
To: CF-Talk
Subject: Re: CFMail text output formatting


Why isn't there a Cold Fusion code checker in my email?

Of course it should have had matched ():

#chr(13)##chr(10)#

(Carraige Return/Line Feed)

You really don't need both, but it's stuck in my head that way :)

Jerry Johnson

>>> [EMAIL PROTECTED] 11/29/01 04:52PM >>>
I would try a CR/NL pair for each new line you want

#chr(13)##chr(10#

Jerry Johnson

>>> [EMAIL PROTECTED] 11/29/01 04:38PM >>>
Is there a way to force carriage returns when outputting plain text in
CFMail message body?  When I put in two or more output variables with the
intention of each having its own line, such as:

Comment: #form.comments#
Phone Number: #form.phone#

I get one run on sentence, one variable output right after another.

Thanks,
Mark



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to