Look at this code:
<html>
<body>
<table border="1px">
<tr>
<th align="center" width="70px">Name</th>
<th align="center" width="70px">State</th>
<th align="center" width="70px">Enabled</th>
<th colspan="2">Date & Time</th>
<th>Message</th>
</tr>
<tr>
<td rowspan="2">
<span>Import</span>
</td>
<td rowspan="2" align="center">
Idle
</td>
<td rowspan="2" align="center">
Yes
</td>
<td style="width:150px;">Start:</td>
<td style="width:150px">28.10.2009 00:00:00</td>
<td rowspan="2">
The job succeeded. The Job was invoked by User sa. The last step to run was step 1 (Updating).The job succeeded. The Job was invoked by User sa. The last step to run was step 1 (Updating).The job succeeded. The Job was invoked by User sa. The last step to run was step 1 (Updating).The job succeeded. The Job was invoked by User sa. The last step to run was step 1 (Updating).
</td>
</tr>
<tr>
<td>Schedule:</td>
<td>28.10.2009 13:41:37</td>
</tr>
</table>
</body>
Height of strings that contains Start and Schedule are needed to be equal. In IE, Firefox they have the same height by default. Is it possible to implement the same for WebKit using CSS? How? (Height hardcoding is forbidden, Message size is generated dynamically.)