- 2,281
I need help to set the height of a table or table data.
if i have a table like this
<table>
<tr><td>some info</td>
<td>longer info, longer info</td>
</tr>
</table>
basically its a table with one row and two cells side by side.
how do i get both the cells to be of the same height regardless of thier content. i.e if one has a lot more than the other. The one with less content will have space between the data and the bottom table border.
even if i have 10 cells all side by side containing different data lengths, i need them to all be on one uniform height, such as 200px.
it must be do-able with css....but i have tried everything.
if i have a table like this
<table>
<tr><td>some info</td>
<td>longer info, longer info</td>
</tr>
</table>
basically its a table with one row and two cells side by side.
how do i get both the cells to be of the same height regardless of thier content. i.e if one has a lot more than the other. The one with less content will have space between the data and the bottom table border.
even if i have 10 cells all side by side containing different data lengths, i need them to all be on one uniform height, such as 200px.
it must be do-able with css....but i have tried everything.