Quote:
Originally Posted by AlexBell
Yes, that's my next problem - I'm doing the ebook in ePub, but I will have to do a Kindle version as well.
Could you give me a look at how you did drop caps please?
|
.dropcap {
font-size: 300%;
}
@media amzn-kf8 {
span.dropcap {
float: left;
margin-top:-0.3em;
margin-bottom:-0.3em;
}
}
This worked in 2012. I think it came from the KDP staff (they used to post helpful stuff like that). I suppose it was the margin-top/bottom that caused it to go wild when Amazon increased the line spacing.