inkindulgence
New member
Hello, I am trying to use html and css and put a table within a table, however with the code I am using, the smaller one doesn't seem to be "inside" of it's bigger one, it extends past the bottom. It "gets out" of its containing cell. Any ideas? I am using a very basic structure of just:
<table>
<td>
<table>
<td>
Hello
</td>
</table>
</td>
</table>
<table>
<td>
<table>
<td>
Hello
</td>
</table>
</td>
</table>