قرار دادن fckeditor

ha8i8eh

New Member
میشه در مورد قرار دادن fckeditor در داخل فایل html راهنمایی کنین؟ من این ادیتور رو دانلود کردم نمیدونم بعدش باید چی کار کنم؟
121.gif
107.gif

البته چنین چیزی از اینترنت پیدا کردم ولی به کار نمیکنه!

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>
 
فکر کنم کد ها کامله فقط باید یک TextArea به فرم اضافه کنید

PHP:
<textarea name="" cols="" rows=""></textarea>
 

جدیدترین ارسال ها

بالا