Turning off CSS in a certain part of a web page?
Nov.09, 2006 in
CSS
Kyle F asked:
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.
Tags: Attributes, Cascading Style Sheet, CSS, Designing A Web Page, Leads, Thanks In Advance, Web Designing
Custom Search
November 12th, 2006 at 11:32 am
Use CSS ID Selectors
November 13th, 2006 at 11:34 am
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.