Ad a tr on the first table then put td's around both of them.

<table>
<tr>
<td>stuff here1</td>
<td>stuffhere2</td>


you may need to do
<td>
<table>
</table>
</td>

If that doesnt make sense then say so and ill do it lol