I am looking for a way to force the default text color based on the current user (one person's text may be RED, another BLUE, etc...). I have narrowed it down to adding an OnSelectionChange event handler and changing the color of the text as its being entered. I don't want to have a ton of span tags surrounding each letter though.
Is there an elegant way to do this?
Is there an elegant way to do this?