Is there a way in 2.0.1 to use the <span tag such as <span
class="header"> inside a text field or text area component using
htmltext. I know the availability of doing this through AS using the
styleSheet functions but i want to access a style defined in an
external css document such as .header { color: #ff3300; fontSize: 25;
} and then once that css file is loaded in, access that style using
the span tag inline inside a text field.thanks in advance.

