Two things.
I need the text after the dropcap to NOT FLOw under the dropcap.
and what causes a one fourth column setup overflow. too much text, right?
terryd, nancygyes' web weasel
Two things.
I need the text after the dropcap to NOT FLOw under the dropcap.
and what causes a one fourth column setup overflow. too much text, right?
terryd, nancygyes' web weasel
Please post a link to your website. The dropcaps are simply floated inside the paragraph.
You could do something like this.
<p class="containsdropcap"><span class="dropcap1">M</span>y dropcaps are better than yours.</p>
custom.css
p.containsdropcap{padding-left:35px;}
p.containsdropcap dropcap1{position:absolute;left:0;}
I couldn't find an easier solution to expand a floated item to the size of its parent.
You must log in to post.