No prob
I also recommend changing the following in all instances of ubbt.inc.php...
Line 1768:
<a href="javascript:void(0)" onclick="insertAtCaret(document.replier.Body, ' $code'); document.replier.Body.focus();"><img src="{$config['images']}/graemlins/$image" border="0" alt="$code" /></a>
CHANGE TO:
<a href="javascript:void(0)" onclick="insertAtCaret(document.replier.Body, ' $code'); document.replier.Body.focus();"><img src="{$config['images']}/graemlins/$image" border="0" alt="$code" title="$code" /></a>
This will allow the tooltip (markup string) to appear on both the newpost.php & newreply.php graemlins as well...again, for non-IE users
