Quote:
Originally Posted by JSWolf
In your example, there's no point to <br class="calibre1"/>. When I find them, I convert them to <br/>. They do exactly the same thing. Also, if you come upon something like <i class="calibre4">, that can be changed to just <i>.
|
I see this quite often too… usually the calibre4 says something silly like “font-style:italics” in which case it is totally reasonable to just use <i> (If it makes you feel good, or are CDO like me you can add i {font-style:italics} to your css sheet)… but make sure it doesn’t have something else as well. Some times you might see something that changes the color, underline, or font type, etc. and you want to make sure you account for that.