Menambah Kolom Widget di Header

Langkah - langkah yang perlu diperhatikan adalah :

1. Login bloger.

2. Klik tata letak atau layout.

3. Pilih Edit HTML.

4. (biasakan untuk memback up template anda).
     1. Di Bawah Header

  • Copy kode berikut
#satu_kolom{
margin:10px 0;
padding:1%;
width:98%;
}
  • Paste diatas kode ini (supaya lebih mudah gunakan ctrl+F)
]]></b:skin>

  • Copy kode berikut ini
<div id="satu_kolom">
<b:section class='header' id='satukolomajah' preferred='yes'/>
</div>
  • Paste di bawah kode ini
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidget="1" showaddelement="no">
<b:widget id='Header1' locked='true' title='test (Header)' type='Header'/>
</b:section>
</div>
  • Simpan template
  • lihat perubahannya pada tata letak.

0 komentar :