PCHomepage
Programmer
Is there some way to apply a general tag style only with the tags are within a DIV?
For example, a style like this:
needs to be applied only when the table is inside a pair of DIV tags but I'm not sure how parent/child relations are created for multiple elements. Any ideas?
For example, a style like this:
CSS:
table, td, tr {
padding: 0;
margin: 0;
}
needs to be applied only when the table is inside a pair of DIV tags but I'm not sure how parent/child relations are created for multiple elements. Any ideas?