http://ccl.flsh.usherbrooke.ca/~johj2201/ramtest.php
<?php include("FCKeditor/fckeditor.php") ; $edittext="...any comments or suggestions"; ?>
<?php $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = '/~johj2201/FCKeditor/'; $oFCKeditor->Value = $edittext; $oFCKeditor->ToolbarSet = "Basic"; $oFCKeditor->Config['CustomConfigurationsPath'] = '/~johj2201/myconfig.js' ; $oFCKeditor->Create() ; ?>

RE: Error with correction found in Version 2
http://ccl.flsh.usherbrooke.ca/~johj220 ... startup.js