Ciao a tutti ,ho un form con un campo commento e delle faccine.
Vorrei inserire anche la possibilita' di decidere il colore del testo nella texarea e il carattere
ma non so come fare ,questo e il codice :

<html>
<head>
</head>
<body>
<script>
function insert(msg){
document.form1.commento.value +=msg+" ";
document.form1.commento.focus();
}
</script>

<font color="#000000">INSERISCI IL MESSAGGIO:</font></p>
<form action="invia.asp" method="post" name="form1">

<textarea name="commento" cols="70" rows="8" </textarea>
[img]felici/6.gif[/img]
[img]felici/7.gif[/img]
[img]felici/8.gif[/img]

<input name="invia" type="submit" id="invia" value="Invia">
<input type="reset" name="Reset" value="Cancella">

</form>

</table>
</body>
</html>


Grazie,spero di essermi spiegato.