include只是include它的类,还要实例化,定义属性,如宽度长度等等。楼主用的是什么Editor,这里以FckEditor为例:include("../FCKeditor/fckeditor.php") ;
$oFCKeditor = new FCKeditor('FCKeditor1')  ;
$oFCKeditor->BasePath = '../FCKeditor/' ;   
$oFCKeditor->ToolbarSet = 'Default' ;
$oFCKeditor->InstanceName = 'EditorDefault' ;
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Create() ;

解决方案 »

  1.   


    <textarea name="content" style="display:none"></textarea>
    <iframe id="Editor" name="content" src="../include/HtmlEditor/index.html?ID=content" frameborder="0" marginheight="0" marginwidth="0" scrolling="No" style="height:320px;width:100%"> </iframe>
    网易邮箱的文本编辑器,简洁,实用,方便,小巧。
    适合ASP/PHP/.Net等Web程序。下载:
    http://download.csdn.net/source/825077
      

  2.   


    $oFCKeditor->Value    = $row[2]; 这句是怎么解释呀~~是不是在修改的时候才需要加进去?
    如果同时加2个编辑器的话,$oFCKeditor->Value    = $row[2]; 这2个编辑器的这句话是不是一样呢?
      

  3.   

    如果写还是比较多的。不过这有一个免费的视频教程,是将fckeditor的使用配置的,简单使用。您不妨看一下,我估计自己就明白了。讲的还是很细致的。
    http://www.php100.com/php_view_460.html