I am wondering if I can define a class that could also manage row styles in a table.
Suppose I define a class "aTable"
.aTable { width:800px; border-spacing:2px; }
I also want to define line styles. Therefore, when I assign this class to a table, all rows in this table will follow the design, say, background-color: # e9e9e9;
source share