Quote Originariamente inviata da cavicchiandrea Visualizza il messaggio

Ciao molte grazie , ho provato http://www.tinymce.com e per quello che devo fare io è perfetto:

<html>
<head><!-- CDN hosted by Cachefly -->
<scriptsrc="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>
<script>
tinymce
.init({selector:'textarea'});
</script>
</head>
<body>
<textarea>Your content here.</textarea>
</body>
</html>

Ma se volessi aggiungere solo la casella per cambiare colore al testo come devo fare?