Hi all... I wanted to check out this editor but I'm having issues getting off the ground. I downloaded the zip and unzipped everything to my /websites directory on my server. I then copied /websites/FCKeditor/_samples/html/sample09.html to /websites/sample09.html, also updating the paths to the js and basepath as follows:<br><br>
<script type="text/javascript" src="FCKeditor/fckeditor.js"></script><br><br>
oFCKeditor.BasePath = 'FCKeditor/' ;<br><br>The page loads but I get a javascript error reading 'oFCKedito' is null or not an object.<br><br>What am I missing here? This seems like it should be fairly easy, haha. Thanks in advance!
RE: Initial setup/test giving me problems, d'oh?