Hello,
(incomming newbie question...)
I have a .css file that has entries for a how I would like "most" of my tables to be presented with entries as outlined below. I want to have a different set of table styles for how I present reports using a table.
What is the easiest to manage way to use CSS with different table styles?
table {
...
}
th
...
}
tr
...
}
td
...
}
Thanks,
Michael42
(incomming newbie question...)
I have a .css file that has entries for a how I would like "most" of my tables to be presented with entries as outlined below. I want to have a different set of table styles for how I present reports using a table.
What is the easiest to manage way to use CSS with different table styles?
table {
...
}
th
...
}
tr
...
}
td
...
}
Thanks,
Michael42