Using Html type would explain things. But that is not the case. I still
haven't found the cause of this, but I was given a work around. The
suggestion to use <cfprocessingdirective suppresswhitespace="no"> by Ed
allowed me to get it to format the way I needed. Thanks for all of the
suggestions!

Rick

-----Original Message-----
From: Joe Sheble aka Wizaerd [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 04, 2001 11:14 AM
To: CF-Talk
Subject: Re: line breaks in cfmail



If you have the TYPE attribute to HTML, you'll beed to specify a break tag:
&lt;BR&gt;
At 09:22 AM 1/4/01 -0600, you wrote:
>Hey all,
>
>I have this ongoing problem with line breaks not being respecting when
>formatting my email bodies using the cfmail tag. For example something like
>this:
>
>
><cfmail>
>Email Address: #form.email#
>Business Name: #form.businessname#
></cfmail>
>
>Is showing up like this when sent:
>
>Email Address: #form.email# Business Name: #form.businessname#
>
>
>Any suggestions? Thx!
>
>Rick
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to