I have the following
I thought that would produce a table heading with 12 columns and two rows
1st row = first 4 cols span two rows, the next spans 3 cols, the next two rows, the next spans 3 cols and the last spans two rows.
2nd row = first 4 cols covered by above, then 3 cols, then covered by above, then 3 cols, then covered by above.
In essence Risk / Std / Full should line up under 'To be checked' and 'Actually checked', only they don't the second row starts aligned hard left under 'Firm' the first column?
What am I doing wrong?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
Code:
<table class="heading">
<thead>
<tr>
<th class="firm" rowspan="2">Firm</th>
<th class="adviser" rowspan="2">Adviser</th>
<th class="cnt" title="Submissions" rowspan="2">Subs</th>
<th class="cnt" title="Cases Sent for Checking" rowspan="2">Sent</th>
<th class="colspan3" title="" colspan="3">To be checked</th>
<th class="cnt" title="Cases Checked" rowspan="2">Check</th>
<th class="colspan3" title="" colspan="3">Actually checked</th>
<th class="cnt" title="Total No. of Cases Overdue" rowspan="2">Over</th>
</tr>
<tr>
<th class="cnt" title="Risk Only Checks">Risk</th>
<th class="cnt" title="Standard Checks">Std</th>
<th class="cnt" title="Full Checks">Full</th>
<th class="cnt" title="Risk Only Checks">Risk</th>
<th class="cnt" title="Standard Checks">Std</th>
<th class="cnt" title="Full Checks">Full</th>
</tr>
</thead>
</table>
I thought that would produce a table heading with 12 columns and two rows
1st row = first 4 cols span two rows, the next spans 3 cols, the next two rows, the next spans 3 cols and the last spans two rows.
2nd row = first 4 cols covered by above, then 3 cols, then covered by above, then 3 cols, then covered by above.
In essence Risk / Std / Full should line up under 'To be checked' and 'Actually checked', only they don't the second row starts aligned hard left under 'Firm' the first column?
What am I doing wrong?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music