Quote:
Originally Posted by GeoffR
If the line-height of the raise-cap is set to zero then it works even if the user sets the line spacing below 1. e.g.
Code:
span.raise-cap {
font-size: 3em;
line-height: 0;
}
p.opening-para {
text-indent: 0;
padding-top: 2em;
}
<p class="opening-para"><span class="raise-cap">T</span>his raise-cap doesn't affect the line-height of the paragraph.</p>
|
Wow it's even better!
Are there some problem you encounter with this?