FCK editor
Posted: Mon Aug 13, 2007 9:51 am
Hello,
I am using the following code to create fckeditor
if i need it in a table how do i do it? It is appearing on top right now
Thanks
I am using the following code to create fckeditor
Code: Select all
$oFCKeditor = new FCKeditor('essay','');
$oFCKeditor->BasePath = '/FCKeditor/';
echo $oFCKeditor->Create();Thanks