Les Mizzell wrote: > Anybody know if it's possible to embed a cfoutput block INSIDE a > fckEDITOR text field?
I found an odd way of doing this by using REPLACE. You enter a specific text string !REPLACETHIS! into the editor where you want your variable to appear, and then use REPLACE to swap out the string for the desired variable from the database. #REPLACE(rmail.rm_body,"!REPLACE!","#req.replaceTHIS#","all")# That was a head scratcher for while... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307318 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

