Display correction: "other HTML characters, such as '\–' (& + ndash)..

> The problem seems to combining the text with HTMLEditFormat to display 
> the contents and other HTML characters, such as '–' in the text 
> that was added by the editor toolbar. How do I strip those out, 
> without knowing what other types may be added by the users? Ideally, 
> there should be a way of displaying HTML contents in a textarea to 
> solve my problem, or am I missing something?
> 
> >Try chr(13) or even a combination of both 
> >chr(13) & chr(10)
> >
> >I am using a toolbar editor to save text from a textarea into a table. 
> When
> >I display the text in the same textarea, I get <br /> chars for 
> paragraphs.
> >Using ReReplace <br /> with chr(10) doesn't work. Could someone tell 
> me how
> >to display new paragraphs within a textarea, please? 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309139
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to