Hi does anybody know how i can set the editor height?
I hope i can use a function for it ?
I hope i can use a function for it ?
<?php $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $editorPath; $oFCKeditor->Config['SkinPath'] = $oFCKeditor->BasePath . 'editor/skins/office2003/' ; $oFCKeditor->Create() ; echo $oFCKeditor->BasePath; ?>

RE: Editor height