Ben, I use the following code to replace carriage returns with <br> tags:
Replace(form.textfield, Chr(13) & Chr(10), "<br>", "ALL") But only use this on the way out of a db field. Steve -----Original Message----- From: Ben Yee [mailto:[EMAIL PROTECTED] Sent: Friday, 18 July 2003 3:53 PM To: CFAussie Mailing List Subject: [cfaussie] Carriage return in a text area I know that its a Friday arvo, but does anyone know how to put a carriage return in a text area. I've tried putting in the ASCII code but it doesn't seem to work. Any ideas? Thanks Ben --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
