View Single Post
Old 12-28-2015, 06:09 AM   #7
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,519
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Quote:
Originally Posted by AlexBell View Post
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.
Notjohn is offline   Reply With Quote