Jump to content

Excluding class?


karimali831

Recommended Posts

Am I able to exclude a class? I want the below style for tr, td and table but excluding:

 

td class="title"

 

I tried some research and found: table:not(.title) but this does not work :(

 

<style>
tr, td, table
{
padding:4px;
border-collapse:separate;
border-spacing:1px 1px;
border-color:#000000;
}
fieldset, legend {
margin:4px;
padding:4px;
}
</style>

 

Any help please?

Link to comment
https://forums.phpfreaks.com/topic/253798-excluding-class/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.