Ciao.
C'è qc anima pia che sa se è possibile
assegnare un qualche stile alla textarea
di fckeditor ?

M.....a sto a diventar scemo

l'ultimo tentativo
via css
Codice PHP:
.wCmsFkcTextarea
    
background-colorred;
}
#wCmsFkcTextarea{ 
    
background-colorred;
}
textarea{
    
background-colorred;    

via js
Codice PHP:
var oFCKeditor = new FCKeditor'wCmsFkcTextarea' ) ;    
oFCKeditor.ReplaceTextarea();  var objframes[0];  alert(obj.document.getElementsByTagName('textarea').length);