I am trying to change the color for some of the text in my GWT Text Area. I know the start and end of the text I want to change the color.
Now Is there any way I can change the color (apply some css) to the text in that location.
example.. This is the text in my GWT Text Area
"Hello, this is an example"
Now the words 'an example' need to be in red color.
Thanks