I am still not sure about your requirement. I am assuming that you want to include multiple html tables inside a row of another html table. Is it something like this.
<table width="100%">
<tr>
<td colspan=3>
</tr>
<tr>
<td>
<table><tr><td>First Table</td></tr></table>
</td>
<td>
<table><tr><td>Second Table</td></tr></table>
</td>
<td>
<table><tr><td>Third Table</td></tr></table>
</td>
</tr>
</table>
Or are you talking about displaying data from multiple database tables on a single row of your html table?
Happy Programming, Vimal Raj MCAD.Net www.techisolutions.info