A textarea tag will not render HTML. It will only render it as text. Is this HTML something that needs to be edited? Why does it need to be in the textarea?
-----Original Message----- From: Walter Conti [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 3:23 PM To: CF-Newbie Subject: Re: Including <a href""></a> in textarea Maybe I am drawning in a glass of water here Michael, it is my newbeness, please bear with me : If I include this html code in the content of a textarea : ..... <a href = "doThis.fm?url=this ...">Go here</a> ... the output of the textarea still shows the html code. How do I get "... Go Here ..." which is active, in the output? I understand that in FCK you can switch between html and normal text while composing, but I need to use a simple textarea here. There could possibly be a function that renders the html tags in a text? Thank you Michael >I am not sure if I am understanding you correctly but it seems like you >might be looking for a HTML editor replacement for Text Fields. >Something like the FCK Editor > >http://www.fckeditor.net/ > >I need to include the html code for a link into a textarea so that when >the textarea is resolved no html is shown and the link is active. > >..... <a href = "doThis.fm?url=this ...">Go here</a> ..... > >Thank you ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3396 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
