Quote:
Originally Posted by ficbot
I have some books which have drop caps at the start of the chapter, and I can't get them to display properly on my Kobo. I have tried reconverting them to epub and it helped a little (they no longer are giant-sized) but they still are messing up the books. Is there a way to easily fix this?
|
Hack the CSS with TweakEPUB. Just comment out the /* .old_class { stuff} */
then find the basic paragraph style and add the old class name
.normal,
.old_class {...
That leaves a hint of the hack and easily reversed as the coding is still in place, just not acted upon differently