Witam. Oto fragment formularza jakigo używam na stronie.
Mam pytanie, dlaczego FCK działa pod Firefoxem a pod IE już nie, tzn nie ładują się już żadne ikonki z toolbara?
<?php
<td>";
$oFCKeditor = new FCKeditor('tresc') ;
$oFCKeditor->BasePath = 'FCKeditor/';
$oFCKeditor->Height = 500 ; // 400 pixels
$oFCKeditor->Width = 450; // 400 pixels
$oFCKeditor->Value = $_POST['tresc'];
$oFCKeditor->Create();
</tr>";
?>