View Single Post
Old 07-26-2022, 10:41 AM   #4
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by JSWolf View Post
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.

Last edited by Turtle91; 07-26-2022 at 10:44 AM.
Turtle91 is offline   Reply With Quote