Still not sure if this is called a blogger hack or not. in fact i don't know the meaning of the word called 'blogger hack'. Its not that i have not searched in dictionary but i haven't found it. Maybe it was dictionary problem or mine problem while choosing the smallest dictionary from the store to save money for smoking. Well, jokes apart. So today we are talking about how to make the first letter of the post big and bold. If you are confused about what i am talking then the screenshot below may help you.
Now i think you have got some idea about it. So without wasting our time lets go to the blogger hack.
Step 1
Go to 'Layout' and then go to 'edit HTML'. It is better to 'Download full template' for the backup.
Step 2
Copy the following code and paste it anywhere in the CSS stylesheet. It is better if you paste it in front of the closing b:skin tag.
.dropcaps {
float:left;
color: $headerBgColor;
font-size:100px;
line-height:80px;
padding-top:1px;
padding-right:5px;
}
Step 3
If you are done with step 2 then lets talk about step 3. From now, put code below in every post whose first letter you want to make big.
<span style="gt;<span class="dropcaps">
Post First Letter Goes Here</span></span>
If you liked this post then can i get a comment from you or just a linkback if you use this?
Subscribe to:
Post Comments (Atom)


Post a Comment