Hi all -
I want to have the editor do the following: When the editor window opens with whatever content is in it, I want that content to remain the default color - black.
As soon as someone starts to type in the editor, I want that font to appear as red. Imagine Word's "Track Change" function if you will.
I know how to change the default color - but that makes all text change - not what I am looking for.
Thanks!
I want to have the editor do the following: When the editor window opens with whatever content is in it, I want that content to remain the default color - black.
As soon as someone starts to type in the editor, I want that font to appear as red. Imagine Word's "Track Change" function if you will.
I know how to change the default color - but that makes all text change - not what I am looking for.
Thanks!
RE: Font Question
Hmm... thats a tough one.
I'm not sure if you could actually force the editor to do this by default, but it may be possible using some javascript hacks and clever regexp work to wrap new text in <span> or <font> tags and colour them red.
The other option is to try to set a class for new text - but dont ask how you'd do that
Stu