RE: Inserting line breaks

2000-12-14 Thread Michael Thomas
to be inserted into a database. For email messages you probably wont be able to use this technique but something similar might work. Hopefully this lil' code snippet will get you on the right track. HTH, Mike From: "Dylan Bromby" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Ta

RE: Inserting line breaks

2000-12-13 Thread Simon Horwith
You could try appending #chr(10)##chr(13)# at the end of each string line inside your CFMAIL tags. ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message-

RE: Inserting line breaks

2000-12-13 Thread Cornillon, Matthieu
Hi. I don't know exactly how this works, but I had a similar need yesterday. I set up the e-mail in the CFM file with breaks where I wanted them. It seems to me that the text between the CFMAIL tags is treated almost as if it is a separate text file, and the format is preserved. If anyone has

RE: Inserting line breaks

2000-12-13 Thread Dylan Bromby
If you're using a form to input the text that gets emailed, try using TEXTAREA with WRAP="VIRTUAL" -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 8:47 AM To: CF-Talk Subject: Inserting line breaks Hey guys: I have a form that