FCKeditor uses a configuration file called
fckconfig.js to control most of what the editor looks like, what skin to use, what icons to display, etc.
WebsiteBaker uses a special version of this configuration file which overrides the base fckconfig.js file so that WB users can upgrade the editor without losing their customization. This override configuration file (at least in ver. 2.7 of WB) is called
wb_fckconfig.js and is located in:
/modules/fckeditor/
wb_fckconfig.js contains the same configuration commands as fckconfig.js and so can be modified according to the instructions found in the fckeditor documentation. BE CAREFUL when changing it --
make a backup of the original
wb_fckconfig.js file
before you change anything so you can put things back the way they were if something goes wrong.
The fckeditor documentation is pretty good and you can find out exactly how to make the skins change at this page:
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Customization/Skins#Basic_Skin_FilesFor a list of all the configuration options that can be put in
wb_fckconfig.js see:
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options