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

Inserting line breaks

2000-12-13 Thread Greg Wolfinger
Hey guys: I have a form that sends an e-mail to someone and then displays the information that was sent. However, the message body just displays itself on one line. I was wondering if I could go through the string and after a certain number of characters I would insert a line break. Greg

RE: Inserting line breaks

2000-12-13 Thread Simon Horwith
- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 11:47 AM To: CF-Talk Subject: Inserting line breaks Hey guys: I have a form that sends an e-mail to someone and then displays the information that was sent. However, the message body just displays itself on one line

RE: Inserting line breaks

2000-12-13 Thread Cornillon, Matthieu
a more precise answer, I'd love to hear it as well. Hope this helps, Matthieu -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 11:47 AM To: CF-Talk Subject: Inserting line breaks Hey guys: I have a form that sends an e-mail

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 h