dropcaps
I cannot thank you enough for that explanation. This is the code I used:
h1 + div p:first-of-type {
text-indent: 0;}
h1+ div p:first-of-type:first-letter {
font-size: 3em;
float: none;
line-height: 0.5em;}
However, there is still a tiny problem. If I use float:none TALLcaps are produced (in correct locations). If I use float:left DROPcaps will wander away from the correct location if they are behind half-width images.
|