【发布时间】:2010-10-30 01:18:58
【问题描述】:
我有一个用于收件箱的简单表格,如下所示:
<table border="1">
<tr>
<th>From</th>
<th>Subject</th>
<th>Date</th>
</tr>
如何设置宽度,使 From 和 Date 为页面宽度的 15%,Subject 为 70%。我还希望表格占据整个页面宽度。
【问题讨论】:
标签: html css html-table