Hi Proconsi,
Do you get it with the simple editor example page below?
<?php include_once("cuteeditor_files/include_CuteEditor.php") ; ?>
<html>
<head>
</head>
<body>
<div >
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->EditorWysiwygModeCss="example.css";
$editor->Draw();
$editor=null;
?>
</div>
</body>
</html>
Can you send me your editor page url? So we can check it for you directly.
Regards,
Ken