Change text area default background and font color

Last post 08-07-2009, 12:25 PM by RockRidge. 2 replies.
Sort Posts: Previous Next
  •  07-31-2009, 3:03 PM 54429

    Change text area default background and font color

    I am working on a site that has a black background with white text (not my choice).  I am trying to change the normal/preview text areas to have that default settings. color: #FFFFFF;   background-color: #000000; 
     
    Can I change the include_CuteEditor.asp or class CuteEditorTextArea settings to adjust the colors?
     
    Thanks,
    RR
  •  07-31-2009, 3:28 PM 54430 in reply to 54429

    Re: Change text area default background and font color

    never mind.  I figured out where to make the change.
  •  08-07-2009, 12:25 PM 54573 in reply to 54430

    Re: Change text area default background and font color

    FYI:
     
    I updated the EditorBodyStyle tag.
     
    From this: editor.EditorBodyStyle = "font:normal 12px arial;"
     
    To this: editor.EditorBodyStyle = "font:normal 12px arial; color: #FFFFFF; background-color: #000000;"
View as RSS news feed in XML