I've made exactly what I want with the following html and necessary css. But if I go from the 'HTML' tab to the 'visual' tab, Wordpress wrecks the code, is table inside of table a "no no?"
There's a picture of what it looks like at the bottom.
HTML Code:
<table class="askTheCoach" width="560" height="215" cellspacing="0" cellpadding="0"> <tr> <td valign="top" aligh="left" > <table cellspacing="0" cellpadding="0" class="askTheCoachbord"> <tr> <th >Ask the Coach</th> </tr> <tr > <td class="askTheCoachmenu" id="askList" ><ul> <li>Ask Your Question</li> <li>Read the Latest Answer</li> <li>Read Back Issues</li></ul></td> </tr> </table> </td> </tr> </table>