I have a large HTML table that I need to format so that the 16th column stands out by being bold. However, using <colgroup>
and <col>
doesn't seem to work as intended:
<HTML>
<BODY>
<TABLE BORDER='1'>
<colgroup>
<col span='15'>
<col style='font-weight: bold;'>
</colgroup>
<TR>
<!-- Table Headers -->
<TH> </TH><TH>0</TH><TH>0.5</TH>...<TH>15.5</TH><TH>16</TH>
</TR>
<TR BGCOLOR='#DDDDDD'>
<!-- Row Data -->
<TH ALIGN='LEFT'>ARG-21_VSDS (0):</TH><TD>0.00</TD><TD>0.00</TD>...<TD>1.00</TD>