I'm trying to style a <col> to set the following for a table column:
width:100mm (works in IE7, Firefox and Prince)
background-color: pink (works in IE7, Firefox and Prince)
font-weight:bold (works in IE7, not in FF/Prince)
font-size:32px (works in IE7, not in FF/Prince)
color:red (works in IE7, not in FF/Prince)
Am I doing something wrong, or is it impossible to define most style parameters for a <col>?
BTW, the same seems to apply for <colgroup>.
width:100mm (works in IE7, Firefox and Prince)
background-color: pink (works in IE7, Firefox and Prince)
font-weight:bold (works in IE7, not in FF/Prince)
font-size:32px (works in IE7, not in FF/Prince)
color:red (works in IE7, not in FF/Prince)
Am I doing something wrong, or is it impossible to define most style parameters for a <col>?
BTW, the same seems to apply for <colgroup>.