میشه در مورد قرار دادن fckeditor در داخل فایل html راهنمایی کنین؟ من این ادیتور رو دانلود کردم نمیدونم بعدش باید چی کار کنم؟
البته چنین چیزی از اینترنت پیدا کردم ولی به کار نمیکنه!


البته چنین چیزی از اینترنت پیدا کردم ولی به کار نمیکنه!
HTML:
<html> <head> <title>FCKEDITOR</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <script type="text/javascript" src="fckeditor/fckeditor.js"></script> </head> <body> <form> <script type="text/javascript"> var oFCKeditor = new FCKeditor('FCKeditor1'); oFCKeditor.BasePath = "/fckeditor/"; oFCKeditor.Create(); </script> </form> </body> </html>