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.
|