View Single Post
Old 04-14-2025, 03:21 PM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,156
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
And there are eBooks that use a span such as...

<p>This is an <span class=italic>italicized</span word.</p>

With the CSS being something like....

.italic {
font-style: italic;
}

However, there are times when an italic is used in a class when the entire paragraph is italicized. and <i> when not.

So if you are of the type that believes in <em> (I don't). Then you have have to edit all of this manually.
JSWolf is offline   Reply With Quote