Wednesday, October 29, 2008

Give your article the Drop Caps

Wow... nice to see the article with Drop Caps on the head of first sentence.

Just simply steps your need to do :

A. If you have already drop caps structure in your blog , just do :

  1. Put this code in front of the word you want to be a Caps : <span class="awal">.
  2. Add this code in the back of the word : </span>

Example : Just want to tell you something

Put the codes : <span class="awal">J</span>ust want.....

It become : Just want to tell you something...

B. If you don't have drop caps structure in your blog ,just do as follow :

    1. Sign in your blog
    2. Click Layout
    3. Click Edit HTML
    4. Click Download Full Template, save and backup your first data/template.
    5. Copy paste this code between <b:skin><![CDATA[ dan kode
      ]]></b:skin> , or just put this code before
      ]]></b:skin>

      /* kode untuk hurup awal
      ----------------------------------------------- */
      .awal {
      float:left;
      color: #000000;
      background:#ffffff;
      line-height:80px;
      padding-top:1px;
      padding-right:5px;
      font-family:times;
      font-size:100px;
      }

    6. Click Save Template
    7. Finish
    8. Do section A, if you want to write an article

Have fun....Open-mouthed

No comments:

Post a Comment

Give your article the Drop Caps

W ow... nice to see the article with Drop Caps on the head of first sentence. Just simply steps your need to do : A. If you have already dro...