OK I finally located the spell checker settings in;
includes/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
I changed the following to use my servers installation of Aspell
Code:
$aspell_opts = "-a -H"; //-a option to pipe and -H is HTML
$aspell_prog = '/usr/bin/aspell';
|
So one thing remains - where the heck do I turn it on?