Turning off CSS in a certain part of a web page?

I'm designing a web page, and I'm try to add a table to the page. However, the table takes on the attributes of the cascading style sheet that the whole page uses. This leads to a defunct table. Is there any way I can specify part of a web page not to follow the CSS attributes? Thanks in Advance.

Public Comments

  1. Use CSS ID Selectors
  2. You can give the table a class or ID and set up the styles you need for it under that name. These element-specific styles will override the default page styling.
Powered by Yahoo! Answers