Forum Moderators: not2easy
Can I use the css to define different table types? That way I could use a different background for the top row of the table to differentiate between the tables..
thanks in advance for any assistance.
I realize that css is really aimed to help developers replace tables
Actually, that's not what CSS is meant to do at all. Tables are not evil ;) They are just not used very efficiently at times. CSS is meant to handle page styles, and help us remove the layout-descriptive instructions from the markup. For a better description, see the CSS Forum Charter [webmasterworld.com].
I'm not quite sure I understand what you mean by "step/action tables"? Would you mind expanding on this a little?
Still, yes, you can define different table types that will behave differently by assigning class names to them.