It creates an empty row below the tabs i cannot delte and it doesn't show up in the source code as well. I left the empty row white. If i set the backgroundcolor of the entire td it colors the space above and below the tabs.
Is there a way to delete this empty row?
I need the tabs and the colored conctent space to attach to each other
\PLease Help

this is my main where it all happens the <P class="main"> creates the txt with background color I have tried removing the <p> and doesn't work.
<table cellpadding="0" cellspacing="0" width="750" border="0">
<tr>
<td>{NAV_LIST_TOP:Home:list_top}</td>
</tr>
<tr>
<td>
<p class="main">
<table width="748" cellpadding="5" cellspacing="0">
<tr><td>
{CONTENT}
</td></tr>
</table>
</p>
</td>
</tr>
</table>
I corrected the </td> mistake (dumb of course) and it still gives an empty line