Might have the answer for you wellard:
Open up the css file that your skin is using, and see where it says this:
.RTEtextarea{ background-color: #FFFFFF; color: #000000; margin: 2px; }
.RTEmouseOver{ background-color: #FFFFFF; color: #000000; }
|
Just add in these lines after that bit
/*Start TWS Mod*/
.WebWizRTEtextarea {
font-size: .75em;
font-family: Verdana,Arial;
color: #FFFFFF;
background-color: #000000;
}
/*End TWS Mod*/
Of course its not a mod, but I only used that so I could find the lines again later