No toolbar after install the FCKeditor

Please post answers on the most frequently asked questions about CMSimple
Post Reply
Jürgen
Posts: 36
Joined: Sun Dec 21, 2008 11:54 am
Location: D - NRW - Essen
Contact:

No toolbar after install the FCKeditor

Post by Jürgen » Fri Jan 09, 2009 1:17 pm

If you have installed the FCKeditor and you see this, the editor without a toolbar,


[ external image ]

take a look in your template.htm and search for your <body> tag.
If you see two strings like this,

<body>
<?php echo onload();?>

you find the mistake.

<?php echo onload();?> must be include in the <body> tag!
The correct Syntax is

<body <?php echo onload();?>>

This is the modified version of my FCKeditor with a smaller toolbar for my template.

[ external image ]


Hope to help
carpe diem!
Jürgen

Post Reply