Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: Change text area default background and font color
Change text area default background and font color
Last post 08-07-2009, 12:25 PM by
RockRidge
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
07-31-2009, 3:03 PM
54429
RockRidge
Joined on 07-31-2009
Posts 3
Change text area default background and font color
Reply
Quote
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
RockRidge
Joined on 07-31-2009
Posts 3
Re: Change text area default background and font color
Reply
Quote
never mind. I figured out where to make the change.
08-07-2009, 12:25 PM
54573
in reply to
54430
RockRidge
Joined on 07-31-2009
Posts 3
Re: Change text area default background and font color
Reply
Quote
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;"