I have installed it the and now it finally works, but I keep getting a syntax error. You can see the result here:
http://forum.greatcorners.com/editor.php
editor.php:
<?php include("modules/FCKeditor/fckeditor.php"); ?>
I have installed it the and now it finally works, but I keep getting a syntax error. You can see the result here:
http://forum.greatcorners.com/editor.php
editor.php:
<?php include("modules/FCKeditor/fckeditor.php"); ?>
RE: Keep getting syntax error
It's quite simple: just remove the two links to not-existing .js-files in the head-tag of fckeditor.html:
<script language="javascript" src="/fckeditor.config.js"></script>
<script language="javascript" src="/fckeditor.custom.js"></script>