I have changed the settings so that i can use the code:
FCKConfig.ToolbarSets["MyToolbar"] = [ ['Cut','Copy','Paste','PasteText','PasteWord'], ['Undo','Redo','-','Bold','Italic','Underline','StrikeThrough'], '/', ['OrderedList','UnorderedList','-','Outdent','Indent'], ['Link','Unlink','Anchor'], '/', ['Style'], ['Table','Image','Flash','Rule','SpecialChar'], ['About'] ] ;
in the config.js file.
Then i added the code:
</php $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = '/fckeditor/' ; $oFCKeditor->ToolbarSet = 'MyToolbar'; $oFCKeditor->Height ='600'; $oFCKeditor->Width ='600'; $oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ; $oFCKeditor->Create() ; ?>
to the user page but noting changed i still have the default setting when i view.
There is some things i would like to change but i can get even this to change.
Thanks
Re: config setting problem
OK I Got the above to work,

For anyone else who comes across the same problem. I HAD to MAKE SURE to delete the browser cache and after updating the config file Close IT and preview in browser.
I use Firefox
Dreamweaver
php
I hope it helps
Re: config setting problem
Had to do this as well
Change to: