affect only only certain elements of class

sauyeed

New Member
so I have a class and in that class I have a table and a text object(<p>). I only want to style the table and not the text object but i do not want to style all tables like this. is this possible and if so, how do I do this?\[code\]<html><head><title>Insert title</title><link rel="stylesheet" type="text/css" href="http://stackoverflow.com/questions/14595014/styles.css"></head><body><div id=COA><img src="http://stackoverflow.com/questions/14595014/IMG/mainImgsmall.jpg" alt="Coat of Arms"></div><div id=navBar> <table> <tr> <td><a href="http://stackoverflow.com/questions/14595014/index.html">Home</a></td> <td><a href="http://stackoverflow.com/questions/14595014/away.html">Away</a></td> <td><a href="http://stackoverflow.com/questions/14595014/test0.html">test0</a></td> <td><a href="http://stackoverflow.com/questions/14595014/test1.html">test1</a></td> </tr> </table><p>hfef</p></div><p>this is home</p></body></html>\[/code\]
 
Back
Top