Chiedo perdono se non e' php. Sono ancora agli inizi.


<textarea cols="20" name="testo" rows="2">
<script type="text/javascript">
CKEDITOR.replace( 'testo', {
height:"400",
enterMode : CKEDITOR.ENTER_BR,
toolbar :
[['SpellChecker', '-', 'Undo','Redo','Cut','Copy','Paste', 'PasteText', 'PasteFromWord', '-'],[ 'NumberedList', 'BulletedList','Outdent','Indent','-','JustifyLeft','JustifyCenter','JustifyRight','Ju stifyBlock', '-', 'Link', 'Unlink' ],[ 'Preview','Print','-','Bold', 'Italic'], [ 'TextColor', 'BGColor' ]]


});




</script>
</textarea>



mi sembra di aver capito che la sintassi sia quella scritta ma i tasti non appaiono.

Grazie in anticipo.