ID Specific Styles

liunx

Guest
Can you create classes for only tags within a certain element?

Specifically i want to define a class for TD elements within a table called "MyTable"

Can this be done?This should work:

<style ... >
#MyTable TD { ... }
</style>Thank gil
 
Back
Top