Re: urgent Reply expected !!!!!

  •  09-15-2005, 10:46 AM

    Re: urgent Reply expected !!!!!

    I think that did the trick!!!
     
     editdoc.body.style.backgroundColor="PaleGoldenRod";
     
    this works but suppose I have a css my own css with something like :
     

    .SENUnModTextArea

    {

    background-color: PaleGoldenrod;

    color: Blue;

    font-family: Verdana;

    font-size: 8pt;
    }
     
    then how can I set this to the text area color
View Complete Thread