私はすでに、適切にフォーマットされたテーブルを持っています。しかし、私は何かを逃しました。tbody の名前列で、半分に分割する必要があります。1 つは数字を含む小さなボックスで、名前を含む大きなボックスです。
td [name here] td のようなものになる前に
td td[番号] td td [ここに名前] td tdのようなものに
この 2 つは、名前であるヘッダーの 1 列の下にある必要があります。何かご意見は?
ここにヘッドがあります:
<thead>
<tr class="table1row">
<th ROWSPAN="4"> SEQ # </th>
<th ROWSPAN="4" class="table1name"> NAME </th>
<th ROWSPAN="2" COLSPAN="4" class="table1loa" > LOA </th>
<th COLSPAN="4"> TARDINESS/UNDERTIME </th>
<tr>
<tr>
<th ROWSPAN="1" COLSPAN="3"> No. of Working Days </th>
<th ROWSPAN="2" COLSPAN="1" class="table1ex"> Period Covered </th>
<th ROWSPAN="1" COLSPAN="2"> FREQUENCY </th>
<th ROWSPAN="1" COLSPAN="2"> TOTAL </th>
</tr>
<tr>
<th> <small>VL</small> </th>
<th> <small>SL</small> </th>
<th> <small>OtherS/*</small> </th>
<th> Tardiness </th>
<th> Undertime </th>
<th> Hrs </th>
<th> Min </th>
</tr>
</thead>