I'm trying to understand the concept of style inheritance. I realize that a class that I create inherits from its parent style tag. But if I try to delete a class that I've made (e.g., td.bottom_align), I get the message "The style td.bottom_align cannot be removed since it is inherited and not defined in this stylesheet."
But I only have one stylesheet, so... what is this message trying to tell me?
Thanks to anyone who can explain this to me.
Bonnie?