more tooltip questions

I love the tooltip functions and what they can add to my solutions, but at some point in time they will become an annoyance to the experienced user. I want to have a field in my userpreferences table that will act as a switch to turn on/off tool tip text at user level. Can I do this in HTML for the tool tip text?
If so (since I am HTML-impaired) could someone kindly suggest the code?

Hi,

Here’s one way to do is without HTML: Setup all your forms with the tooltips you want. This means that the “default” is ON. If your individual user wants to turn them OFF then have a method that sets all the tool tips to “” (empty). The bad news about this method is that it’s difficult to turn them back “on” again (you would have to “set” them all again).

Hope this helps stimulate some brain cells… :)

Bob Cusick