Toolbar - Add HTML Tags in Text Item?

Hi

Can you add HTML Tags in the Text= portion of a text item in a toolbar ?
Version 2.1 ???

Thanks,
Rob

Hello,

Html tags allowed in text item.
Please provide initing code for your form.

Thank You,

Can you please provide an example?
When I add tags to the text item in the XML File, I get an XML Error.
Obviously I am missing something or doing something incorrectly.

Thank You.
Rob.

Hello.

Try to replace < > with < and >, you need something like:

<item type="text" text="<b>Hello</b>"/>