<script type="text/javascript"> <!-- var sBasePath ='<?=base_url()?>js/fckeditor/';
var oFCKeditor =new FCKeditor('FCKeditor1');
oFCKeditor.BasePath= sBasePath ;
oFCKeditor.Height=300;
oFCKeditor.Value='<p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>';
oFCKeditor.Create(); //--> </script>