enter image description hereSuppose I have a table with two columns
<table>
<tr><td>Email</td> <td></td></tr>
<tr><td>Full name</td> <td></td></tr>
</table>
I want to fix the table width to a maximum size so that, whatever I write in the second column, the table will not expand more than the fixed size. Rather it will expand its height automatically to keep the big text in its area which is written in the second column. How can this be done?
When I write something big, it looks like the uploaded picture. But I want it to expand vertically, not horizontally.