D o you know a drop cap? if you see in Microsoft Word, in MS Word there is a facility that can be used to create large letters at the beginning of the sentence. Efek Drop cap can be used as an alternative to make article on the blog, so that your article look more attractive and stylish as the magazine or newwletter.
to create a drop cap in the blog that is also quite easy just add CSS style on the Edit HTML page. This is the steps :
1. Login with your ID
2. Click the Layout
3. Click Edit HTML tab
4. As ussualy download your full templates for back up if something happens
5. Fill a little box with check list in "Expand Widget Templates"
6. In the Edit HTML Copy code bellow and paste is exactly the above code ]]></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;
}
7. If you want use a drop cap in your article you must write this code
Example :
<span class="awal">D </span>o you know a drop cap? if you see in Microsoft Word, in MS Word there is a facility that can be used to create large letters at the beginning of the sentence. Efek Drop cap can be used as an alternative to make article on the blog, so that your article look more attractive and stylish as the magazine or newwletter.
And become like this :
D o you know a drop cap? if you see in Microsoft Word, in MS Word there is a facility that can be used to create large letters at the beginning of the sentence. Efek Drop cap can be used as an alternative to make article on the blog, so that your article look more attractive and stylish as the magazine or newwletter.
Happy blogging and i hope my article is useful for you and me.
1 comments:
postingannya bahasa inggris semua, terpaksa deh pakai translatte.
Posting Komentar