Is there a way to apply an ID or inline style element to a COLUMN of a table (rather than a row or single cell?)
Robin_reala
9:15 am on Jul 19, 2006 (gmt 0)
You can use the <colgroup> and <col> elements to define columns in a table, but you're very limited [w3.org] as to which styles can be applied. Basically, you're looking at only border, background, width, and visibility (although IE supports more).