I need to put some tooltips on some form buttons. I tried using a TITLE attribute in the html tag but no luck:
<input type="button" name="complex_function_button" value="Widgetifier" title="To Widgetify is an elaborate process blabh blah blabh...">
Is there any easy way to do this short of using a javascript function to dynamically create floating html divs?