I have a
<mx:Text> control where i'm equating its htmlText property with a
full-fledged html document. The results didn't come out too well. I'd like to
say it doesn't support the <table> tag, but in the final rendering, it
seems that boldfaced and italicized text are coming out right, and I don't see
<table> tags in the result either. So it seems to me that Flex was able to
parse the <table> tags but just didn't render it right. All formatting
expected from the use of <table> didn't seem evident to
me.
I just wanted to get
something official from the Flex community. So the htmlText attribute of the
<mx:Text> does not handle <table> tags?
Thanks.

