View Single Post
Old 07-01-2011, 03:54 PM   #9
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: 74,027
Karma: 129333114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by graycyn View Post
One thing I just noticed, it may just have been a typo on your part posting it here, but shouldn't the code actually be:

Code:
.italic {
    font-style: italic;
    }
I.E. you were missing the ending semi-colon. It might be worth a check to see if that was the problem, rather than a Kobo bug. I'm sort of a newbie to all this CSS stuff, but things go weird fast on me if I forget one of those semi-colons!

Edit: Oh, I use very simple code in my epubs and I have been just fine using <em></em> for italicized words. Works in ADE, works on Nook, works on Sony.
Actually, the ; is not needed in the last line of a CSS style before the }. So the code as originally posted is correct.
JSWolf is offline   Reply With Quote