I have 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 would like the left column to be as narrow as possible and the right column to occupy the rest of the screen. Is it possible?
source
share