I am pretty new to html and css, and have been trying to upgrade a page for my company. I have managed to get a table within the table as I want it, except that I want the inner tables to expand to the size of the cell for the table they are in. Sorry I'm having a hard time wording what I mean.
<table align = "center" cellpadding="4" border="2">
<tr>
<!-- BEGIN AutomaticDownloads -->
<td>
<table cellpadding="4" border="2">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</td>
{tr}
<!-- END AutomaticDownloads -->
</tr>
</table>
if this helps at all. I have tried a few things here and in CSS but I can't seem to get it to work