so i have a textfield t and some string stri"<a href=‘www.google.com’>link </a>"
now i add string to textfield as html formated text
t.htmlText = stri;
is there any way to change link color strictly throught manipulating string stri, or i actually need to apply stylesheet?