Topic: Tables!!

How do I set the CSS for different types of tables on the same website?
This is a legit use of tables as I'm displaying data from a weather station, but I'm having a few problems especially as I'm using CSS to style the tables and it's a bit of a learning curve.

Vote up Vote down

Re: Tables!!

Give each table a different ID.

Just because my computer is online does not mean that I am.
a&b WebDesign

Vote up Vote down

Re: Tables!!

Give each table a different class and style each one accordingly

http://www.ca ptain.at/ho wto-css-style-table.php

Vote up Vote down

Re: Tables!!

I tried to do that, but think it is my lack of understanding of adding class to the tables that went wrong.
Did try a separate style sheet to include in the page, but that wasn't that successful. Will have another go.

Vote up Vote down

Re: Tables!!

Thanks for that Virtual, will bookmark it and take a closer look.

Vote up Vote down