Applying CSS to tables
Hi, I have 2 different types of table in my HTML file that have different properties such as background colour, size etc.
Is there a way to get my CSS file to handle each table separately so that the necessary properties can be applied to each individual table.
Also, I am having trouble when trying to apply properties to my text. If I call the standard text by the tag <h6> then it appears with the correct margins inside the table. However, the font is incorrect for some reason. If i rename the tags to <text6> then I get the font I want but lose the ability to set the text a distance from the table edges.
Any help would be greatly appreciated.
|