How To Make Drop Capital Letter (Drop Cap) In Blogger Post
>> Tuesday, February 16, 2010
I n MS Word, there are facilities that can be used to create Drop Cap "formats the first character in the first paragraph as a drop capital letter", we often seen at the beginning of the novels, where the top of the first letter of the first word lines up with the top of the first sentence and drops down to the four or fifth sentence.
In this post we will learn how to create a drop cap in blogger post. exactly like the first sentence of this post.
1. Go to Dashboard >> Layout >> Edit HTML and ensure you have checked the "Expand widget templates" box..
2. Then using your browser's search fuction, locate this CSS Code
.post {3. Add this CSS code right after it
margin:.5em 0 1.5em;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
}
So it will look like :.dropcaps {float: left;color: #000000;font-size: 100px;line-height: 80px;padding-top: 1px;padding-right: 5px;}
<span class="dropcaps">Your First Letter</span>...second letter and so onThe following example is what I do on this post.
Hope works for you and.. Good luck..!!

