posted 20 years ago
I've been looking high and low, and have been unable to find an answer to this. I've heard that in a css you can define a style by referring to another, for instance, you define something like this:
and if you want to then define another element, to be basically the same (for instance, you want it bold) you can refer to this, so if in the future you want to change it slightly (like the color) it is no problem.
Is it also possible to do it with redefining tags--so if you want text in a <td> and a <p> to be the same, it is no problem.
Thanks in advance.