Monday 23 November 2009

Make first letter of your post large and attractive


This hack will let you make the first letter of your posts standout  like you see in image here..See the Y is in Caps(with styling).



Just follow easy steps :
  • Login to your dashboard
  • layout >> Edit HTML
  • Check Expand Template Widget in the top corner.
  • Use browser search to find ]]> b:skin>
  • Copy the following code, place it above code ]]> < /b:skin>
     
.initial {
float:left;
color: #000000;
background:#ffffff;
line-height:80px;
padding-top:1px;
padding-right:5px;
font-family:times;
font-size:100px;
}

Click on    Save template 

How to write a post??
Type this code < span class="initial"> First Letter </span> in HTML mode. Insert the first letter of your articles. After writing initial letter ,you can type in Edit HTML or in the Compose

No comments:

Post a Comment