The code looks fine. JavaScript is enabled on the browser right? Rakshith http://www.rakshith.net/blog/
-----Original Message----- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 11:12 AM To: CF-Talk Subject: What do I have to do to get toolbars to show in a cftextarea? Hi, all. I thought I'd give cftextarea a try and ran the example in the docs, plus some I've found online, but I can't get a toolbar of anykind to show up. Here's the my latest code attempt. What wrong with it? It just give a regular textarea. Thanks, Rick In the head section: <script type="text/javascript" src="/CFIDE/scripts/ajax/package/cfajax.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/package/cfrichtexteditor.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/FCKeditor/fckeditor.js"></script> <script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script> <script type="text/javascript" src="/CFIDE/scripts/masks.js"></script> In the body: <cfform name="textarea" action="template-01.cfm" method="post"> <cftextarea id="richtext01" richtext="yes" name="richtext01" toolbar="Default" skin="silver" html="yes"></cftextarea> </cfform> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:294668 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

