table full width code example
Example: html table cell full width
<tr>
<td colspan="5">This text should be as long as the entire table's width...</td>
</tr>
<tr>
<td colspan="5">This text should be as long as the entire table's width...</td>
</tr>