Re: CR in a textarea problem

2006-08-26 Thread Mike Tangorre
htmlCodeFormat() From: [EMAIL PROTECTED] and I want to output the values of the field exaxtly the same like: ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

RE: CR in a textarea problem

2006-08-26 Thread Bobby Hartsfield
That IS how they will go into the database. You just have to make sure to format it that way when outputting it since browsers don’t parse CRs as line breaks. So just insert the... Name1 Name2 Name3 Then when you output it replace the CRs with br / tags like so... #Replace(query.column,

Re: CR in a textarea problem

2006-08-26 Thread Denny Valliant
On 8/26/06, Mike Tangorre [EMAIL PROTECTED] wrote: htmlCodeFormat() Oh yeah. Bobby's right though, it's stored how it's stored. Generally speaking, you want it to go in how you want it to come out. :D ~| Introducing the