<table width="100%" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th>Title</th>
<th>Description</th>
<th>Hours</th>
<th>Rate</th>
</tr>
</thead>
<tbody>
<tr>
<td style="width:100px"></td>
...
</tbody>
</table>
这很好,但现在我想让描述出现在“标题,小时,费率”下面的一行,这样它可以更长,可能是表的宽度。像这样的:
| Title | Hours | Rate |
------------------------------------------
| A title | Some hours | A rate | <- This is a row
| A long description would go here... | <- This is the same row
------------------------------------------
So on...
我还是想把它称为表中的一个“行”。这只是一个显示首选项。我需要做什么来实现这个目标?