Skip to main content
June 22, 2009
Question

cftextarea

  • June 22, 2009
  • 1 reply
  • 1154 views

I have just started working with the richtext attribute and see great potential with it. I have run into a beginner's snag. I wish to use the editor to insert data into an Access database. When I output the value after the insert, I get HTML code with my data. I am thinking that I need to parse the data when I output. Is there a know method of doing this?

    This topic has been closed for replies.

    1 reply

    June 30, 2009


    #Replace(texttooutput,chr(13)&chr(10),"<br>","ALL")#