Hi, previously excuse my bad englih.
recently i view your Editor, i d'like use that on my board, but i can't active that,
Look my test http://prontora.ath.cx/info/2.php
is not working but i used that
<html> <head> <title>Sample - CKEditor</title> <script type="text/javascript" src="fckeditor/fckeditor.js"></script> </head> <body> <form method="post"> <p> My Editor:<br /> <textarea name="editor1"><p>Initial value.</p></textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </p> <p> <input type="submit" /> </p> </form> </body> </html>
Re: I can't use Fckeditor