Is it possible to have the tooltips not use table?
I would rather have it only using div's and span's.
At the moment, I get this...
<div id="example" class="RadToolTip RadToolTip_Default rtVisibleCallout tooTipWindow" unselectable="on" style="position: absolute; z-index: 8000; left: 963px; top: 141px; width: 300px; visibility: hidden; display: none;"> <div class="rtCallout rtCalloutTopCenter" style="visibility: visible; left: 273px;"> </div> <table class="rtWrapper" style="width: 300px; height: 100px;"> <tbody> <tr> <td class="rtWrapperTopLeft"> </td> <td id="example" class="rtWrapperTopCenter"> <div class="rtTitlebar" style="display: none;"></div> </td> <td class="rtWrapperTopRight"> </td> </tr> <tr> <td class="rtWrapperLeftMiddle"> </td> <td class="rtWrapperContent" valign="top"> <div> <div class="tooltip"></div> </div> </td> <td class="rtWrapperRightMiddle"> </td> </tr> <tr> <td class="rtWrapperBottomLeft"> </td> <td class="rtWrapperBottomCenter"> </td> <td class="rtWrapperBottomRight"> </td> </tr> </tbody> </table> </div>