I've got a table like this:
<table border=1 style="width: 100%">
<tbody>
<tr>
<td>
squish this one
</td>
<td>
expand this one
</td>
</tr>
</tbody>
</table>
I'd like the left column to be as narrow as possible, and the right column to take up the rest of the screen. Is this possible?