View Single Post
Old 02-14-2020, 08:55 AM   #18
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: 79,915
Karma: 146918083
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 deback View Post
Here's what I use for any dropcaps, since dropcaps are easily screwed up during conversion:

.dropcap {
display: inline;
font-weight: bold;
font-size: 2em;
line-height: 0;
}
That's not a dropcap. Plus, on a Kindle, it looks awful. You cannot always do a larger first letter if it's too large so it looks good on a Kindle.

Your code works with ePub, but not KF8/Mobi.
JSWolf is offline   Reply With Quote