Thursday, July 05, 2012
This is not something new at all, so if you don't know about this, then you must be a very newbie in coding. It's easy to style text to be like what we want, piece a cake. All what you have to do is just to add a very short line of code on your CSS and a short HTML code when you create a post. Let's get down to the bussiness.

*Add A Short Line Of Code On Your CSS

1. Go to your blogger.
2. Go to design page.
3. Edit HTML.
4. Find the closing tag </b:skin> on your template and put the code below above it and then save your change.

myletter {float:left; font-size:60px; color:#333; font-family:verdana; line-height:60px; padding-right:5px;}

Now when you create a new post, add the code below to the letter that you want it to appear as a big letter.

<span class="myletter">Here is to be the letter that you want to set it big</span>

Example:

<span class="myletter">M</span>omo is a very very cute woman, maybe too cute to be called a woman. When a boy has a look at her he gonna think that he's flying, when a boy says to her he's getting nervous, when a boy thinks about her he forgets everything, if a boy dreams about her he could killself in the morning.

That's all guys. And if you'd like to use this trick on every post you publish, i suggest you better set the "Template for post" feature on your blogger. That way, you won't always have to write <span class="myletter"></span> anytime you create a new post. You can set the feature by going to the "Setting Tab" on "Post And Comment", i think so.

0 comments:

Post a Comment