Welcome to My Blog. If you are a New Visitor Please Subscribe For Latest Updates!

How to Make First Letter Bigger in Blogger Posts

Rate this Post:
{[['']]}


You have seen in many blogs, websites and even News Papers that first letter of first paragraph of blogger post is bigger the in other words.

You can also do this by simply adding CSS to your Code.

Just follow these steps;


Login to Blogger
Goto Template
Edit HTML


Now find ]]></b:skin> and add the following code above/before this;

.post-body:first-letter {
float:left;
color: #000000;
background:#ffffff;
line-height:80px;
padding-top:1px;
padding-right:5px;
font-family:times;
font-size:100px;
}
Save your template and See your Posts for the Results.

SHARE THIS POST   

  • Facebook
  • Twitter
  • Myspace
  • Google Buzz
  • Reddit
  • Stumnleupon
  • Delicious
  • Digg

0 comments:

Comments will be Moderated by Blog Administrator.
Please do not Spam Here.....