Re: How to Set the Background of my Text Area.

  •  08-13-2009, 9:00 PM

    Re: How to Set the Background of my Text Area.

    Hi Chaplain,
     
    Try properties EditorBodyStyle, like below:
     
      <CE:Editor ID="Editor1" runat="server" EditorBodyStyle="background-color:red">
            </CE:Editor>
     
    Regards,
     
    Ken
View Complete Thread