cambiando questo
Codice PHP:
 <script type="text/javascript">
var oFCKeditor = new FCKeditor('INS_ARTICOLO');
oFCKeditor.BasePath = "../admin/Scripts/fckeditor/"; oFCKeditor.InstanceName = "INS_ARTICOLO"; 
oFCKeditor.Value = "<?php echo"" $testo"";?>"; 
oFCKeditor.Width = "650px"; oFCKeditor.Height = "400px"; 
oFCKeditor.Create();
</script></div>
in questo

Codice PHP:
 <script type="textarea/javascript">
var oFCKeditor = new FCKeditor('INS_ARTICOLO');
oFCKeditor.BasePath = "../admin/Scripts/fckeditor/"; oFCKeditor.InstanceName = "INS_ARTICOLO"; 
oFCKeditor.Value = "<?php echo"" $testo"";?>"; 
oFCKeditor.Width = "650px"; oFCKeditor.Height = "400px"; 
oFCKeditor.Create();
</script></div>
???
perchè così facendo scompare il box dell'editor
grazie 1000