Let's say I have an element that's rendered via some styles and other html elements, namely tables. When that element appears by itself it looks just fine. However, when it's inserted into another table that has its own classes defined the target element's tables end up inheriting classes from the parent table and that totally messes it up.
Is there some work around to this problem? Like a keyword that says 'do not inherit any classes from the parent element'?
Is there some work around to this problem? Like a keyword that says 'do not inherit any classes from the parent element'?