Forum How do I...?

Colgroup formatting not working

jprateragg
We have a table that uses colgroup to format specific columns:

table.infotable col.info {
    font-weight:bold;
}


The text is bolded fine when viewed, but when it is converted to a PDF, the text is not bolded. Am I doing this wrong, is there a better way to format this correctly? Or does PrinceXML not support this? Thanks!
mikeday
Prince doesn't support applying text properties to columns and column groups. Only a few properties work, such as background, that applies to the columns themselves, not their content. We may change this in future releases. In the meantime, you need to apply the text properties to the actual table cells.