Support,
I have a form that includes HTML cells that will be links. I would like the links to include tool tips.
Using HTML described in "The title attribute" section of http://www.javascriptkit.com/howto/toolmsg.shtml, I find that the link appears properly on the AwareIM form, but the tool tip does NOT appear. When I use the same HTML in a seperate .htm file & open it in my browser, the tool tip appears as expected.
An example of the HTML used in both the AwareIM form & the seperate .htm file is:
<a href="http://www.cnn.com/" title="CNN tool tip">CNN display words</a>
Tom