table cell width code example
Example 1: table td data in middle
vertical-align: middle
Example 2: html table cell full width
<tr>
<td colspan="5">This text should be as long as the entire table's width...</td>
</tr>
vertical-align: middle
<tr>
<td colspan="5">This text should be as long as the entire table's width...</td>
</tr>