Why isn't there any buttons in the editor section?
Check your HTML, it must contain editor namespace in the html tag like so:<html xmlns:editor="http://www.saurus.info/">
and styles.php must be included in the header section:
<head>
...
<link rel="stylesheet" type="text/css" href="{$wwwroot}/styles.php">
...
</head>
RSS