View Single Post
Old 08-31-2012, 07:00 AM   #7
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
Some of the epubs at gutenberg.org.ca use a style of dropcaps that cause this problem. When I get to my other computer I will try to post an example of the CSS. I end up just making a large (150%) first letter and that does work. It seems to have something to do with float if I recall.



This is the CSS :
.dropcap {
float: left;
font-size: 2em;
line-height: 1.2;
padding-right: 3px;
width: auto
}

Last edited by mrmikel; 08-31-2012 at 08:26 AM.
mrmikel is offline   Reply With Quote