CF8 Rich Text Editor
Many of you may not know that CF8 has a built-in Rich Text Editor.
It is actually very easy to use this script, all you need is to have a cfform with a cftextarea.
Here is the code
<cftextarea richtext="true" skin="office2003" height="500" width="800" name="Body" id="Body">CF8 Rich Text Editor</cftextarea>
</cfform>
And here is the CF8 Rich Text Editor in action.
Enjoy

