I'm trying my first test form, and am not getting the editor at all. Below is my page. Any suggestions?
<html> <head> <title>Input Form</title> <script type="javascript" src="/FCKeditor/fckeditor.js"></script> </head> <body> <form name="foo" action="result.php" method="post"> <!-- <textarea name="body"></textarea> --> <script type="javascript"> var oFCKeditor = new FCKeditor( 'body' ) ; oFCKeditor.Create() ; </script> <br> <input type="submit"> </form> </body> </html>
RE: Cannot see editor at all
Perhaps this should be corrected in the HTML help on the FCKEditor web site.