Hi!
Ich hab den FCKEditor mit folgendem PHP-Code eingebunden:
include("editor/fckeditor.php");
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = "/editor/" ;
$oFCKeditor->Value = $row->inhalt;
$oFCKeditor->Create() ;
Es funktioniert im Firefox 3 perfekt, aber jedoch nicht im IE7 (die Bsp. von der FCK-Website jedoch schon). Die Symbolleisten sind da, die Textbox jedoch nicht :-/
Habts ne Idee wie ich das zum laufen bekomm?
thx
Johannes