HOW DO U DO THIS?????

  •  09-15-2005, 12:45 PM

    HOW DO U DO THIS?????

    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