PDA

View Full Version : HTML within a Label


camcim
01-17-2007, 10:21 PM
Hi,
If i have the following:

<mx:Label text="Stock#: {data.stockNum}" />

how can i add HTML to a section of the text property?
Eg. how could i add a bold tag around Stock#: and not the dynamic text after it?

Cheers

dr_zeus
01-18-2007, 12:49 AM
I think labels have an htmlText property.