I am validation my site, and get some errors, i am trying to fix this, how can i fix this error
CODE
# Line 161, character 32:
... <td class="genmed">
^
Error: element td not allowed here; assuming missing tr start-tag
... <td class="genmed">
^
Error: element td not allowed here; assuming missing tr start-tag
CODE
<div id="menubar">
<table width="100%" cellspacing="0">
</tr>
<td class="genmed">
<td style="padding-top: 20px;">
<table width="100%" cellspacing="0">
</tr>
<td class="genmed">
<td style="padding-top: 20px;">
Line 161 is
<td class="genmed">
