My css is located at http://sillybean.net/css/seaglass.css and i want to use this css for only one of html table, On the same page i have multiple html tables so i do not want to affect other html tables. What is the fastest way to do it with less modification on http://sillybean.net/css/seaglass.css ?
My css is located at http://sillybean.net/css/seaglass.css and i want to use this css for
Share
Can you just apply a class to the table you want to affect, then use that class in your CSS?
In your HTML, you can put:
And then, add the class selector to your CSS: