I'm trying to get my FckEditor to go the basic version, but alas, it vexes me by remaining the same. Here's my code. Any help is appreciated. Thankee.
<cfmodule
template="/FCKeditor/fckeditor.cfm"
basePath="/FCKeditor/"
toolbarSetName="Basic"
instanceName="description"
value='#description#'
width="605"
height="400">
<cfmodule
template="/FCKeditor/fckeditor.cfm"
basePath="/FCKeditor/"
toolbarSetName="Basic"
instanceName="description"
value='#description#'
width="605"
height="400">

Re: Cannot switch between different toolbars in Coldfusion