> <?php echo TITLE; ?> Value = 'lena'; $oFCKeditor->Width = '97%' ; $oFCKeditor->Height = '470' ; // $oFCKeditor->Create() ; $output = $oFCKeditor->CreateHtml() ; echo $output; } else { // using HTMLAREA or just raw "source" echo zen_draw_textarea_field('message_html', 'soft', '95%', '28', '', 'id="message_html"'); echo ''; } echo zen_image_submit('button_save.gif', IMAGE_SAVE) . '' . zen_image_button('button_cancel.gif', IMAGE_CANCEL) . ''; ?>