OK, I've read about why you shouldn't use the <FONT> tag, but what do you all use instead?
I've created a couple of CSS classes, and I have used them to modify the <FONT> tag because that seems the most logical one to use. (e.g. <FONT Class="Highlight">) If I use the class to modify <STRONG>,<EM>, or any other text tag, I get the attributes of that tag in addition to what the class does to it.
What is the best way to handle this?
I've created a couple of CSS classes, and I have used them to modify the <FONT> tag because that seems the most logical one to use. (e.g. <FONT Class="Highlight">) If I use the class to modify <STRONG>,<EM>, or any other text tag, I get the attributes of that tag in addition to what the class does to it.
What is the best way to handle this?