Hi all I'm pulling in RSS data via HTTPService and displaying a result/s in a TextArea using the htmlText=foo approach. However, the a links are all displayed with no decoration at all -- though they do work.
What CSS do i specify to be able to set text-decoration:underline for
a elements in the HTML? if I just set a { text-decoration:underline }
in the CSS file, Flex Builder just grumbles and my swf ignores it.
Cheers
Steve

