I am using the following CSS to apply the color to the Text in a Text box
TEXT_2_tf1{
color : green;
}
with the help of this all the texts in the text box gets green color instead of only 1 text
for example I have "sample text" in a text box I want "sample" in green color & "text" in blue color
Is there any way to achieve this