coolactuary
-
How best to centre each cell's content within a column
@jurotek Nice idea - I'd completely forgotten about colgroup and col, regarding them as old fashioned and not helpful. Turns out I was partially right: you can use the technique you suggest to do a few things (e.g. background colour) but, irri…
-
How best to centre each cell's content within a column
@ChrisP Thanks for the response. Your code certainly works. But there are 3 (# columns) * 3 (# possible alignments). You have two of them and two sets of CSS. I see this as potentially growing over time You're right in that much of my CSS wasn…