Hi,
I need to use two different styles for anchor tags in my textField but I can’t figure it out.
this works for all anchors:
ss.parseCSS(‘a:link{color:#0000ff; fontWeight:bold; text-decoration:none;}’);
but as soon as i do this and use a span in the text all styles go away:
ss.parseCSS(’.tester a:link{color:#0000ff; fontWeight:bold; text-decoration:none;}’);
thx