If you are using Cf 6.1, you can use the 'wraptext' attribute of CFMAIL.
On Thu, 4 Nov 2004 13:00:07 -0600, Matthew Smith <[EMAIL PROTECTED]> wrote: > Without using html(<br>), how do you get a line break in a cfmail? I > thought just having the code set up with breaks would carry over to the > mail? > > Bill to: > > #qry_ordersBillingMethodGet.CardHoldersName# > > #qry_ordersBillingMethodGet.Address1# > > <cfif len(trim(qry_ordersBillingMethodGet.Address2))> > > #qry_ordersBillingMethodGet.Address2# > > </cfif> > > #qry_ordersBillingMethodGet.City#, > > #qry_ordersBillingMethodGet.StateOrProvince# > #qry_ordersBillingMethodGet.PostalCode# > > #qry_ordersBillingMethodGet.Country# > > This prints on one line.. > > Matthew P. F. Smith > > [EMAIL PROTECTED] > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183527 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

