I haven't gotten a response on this issue. When i retrieve data from a database to set the cuteeditor text as, i set the editor text as follow: ce.text = data
unfortunately, as opposed to treating it as literal html code, it treats it as if I had set a label to equal the text. when this happens, it does not allow my links to be set properly and instead, displays it the way a .NET label would: The text appears properly, but the link does not. so if it cnn.com should appear as a link, it does but the href tag sets it to my site's url. I unfortunately, cannot direct you to the page as it is on an Intranet.
My main issue is I do not want to set the text of the box--i need to set the HTML value of the box. Is that possible or is there a work around?
Thanks!
Alice