fckeditor 样式错误

#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() ;


结果样式显示错误 何解?
111.jpg

2011-10-28 15:22:36

#2 sephiroth

补充一下 我用的是NetBeans 昨天在Dreamweaver中使用上面代码显示正常... 为啥捏

2011-10-28 15:25:50

#3 jake

没试过,或者可以建议换一下用xheditor之类的

2011-10-28 23:25:48