#1 sephiroth
按照http://bbs.speedphp.com/viewthread.php?tid=275&highlight=fck配置的FCK$oFCKeditor = new FCKeditor('contents') ;
$oFCKeditor->BasePath = 'fckeditor/';
$oFCKeditor->Height = "435";
$oFCKeditor->Width = "635";
$this->editor = $oFCKeditor->CreateHtml() ;结果样式显示错误 何解?
2011-10-28 15:22:36