This is my code :
<table width="100%" align="center" cellspacing="0px" cellpadding="0px" valign="bottom" border="0px">
<tr>
<td width="68%" height="100%" valign="top" align="left" bgcolor="#54CF11"><jdoc:include type="modules" name="banner" style="xhtml"/>
</td>
<td width="32%" height="100%" valign="top" align="left" >
<table height="100%" width="100%" valign="top" align="center" cellspacing="0px" cellpadding="0px" bgcolor="cyan" border="0px">
<tr>
<td align="center" bgcolor=red><jdoc:include type="modules" name="banner_rpt_logo" style="xhtml"/>
</td>
</tr>
<tr>
<td align="center" bgcolor=yellow><jdoc:include type="modules" name="banner_rpt_news" style="xhtml"/>
</td>
</tr>
</table>
</table>
had tried all the suggestions above.
still not working. flow of table is::: <td green> banner </td><td><table><tr red>logo<tr><tr yellow>news bar</tr></table></td>
the error image is:
