1. Buka Design terus ke Edit HTML
2. Cari Kode berikut ini:
<b:widget id='Text1' locked='false' title='' type='Text'/>
<b:widget id='Label1' locked='false' title='Arsip Blog' type='Label'/>
<b:widget id='BlogArchive1' locked='false' title='Arsip Blog' type='BlogArchive'/>
<b:widget id='HTML2' locked='false' title='Share Blog ini via' type='HTML'/>
<b:widget id='HTML4' locked='false' title='Blog lain Penulis' type='HTML'/>
<b:widget id='Profile1' locked='false' title='Penulis Blog' type='Profile'/>
supaya mudah mencari, klik keyboard Anda (Ctrl + F), kemudian akan muncul tombol find di kanan atas. Copy paste tulisan yang akan kamu cari.
3. Kemudian cari widget id yang akan anda beri scroll.
Misalkan anda pengin buat scroll untuk label di blog Anda, perhatikan kodenya, kode di bawah ini adalah kode widget label
<b:widget id='Label1' locked='false' title='Arsip Blog' type='Label'/>
Nah widget id kemudian dipakai untuk buat scroll label adalah Label1
4. Kemudian copy paste kode di bawah ini di atas kode ]]></b:skin>
#Label1 .widget-content{
height:200px;
width:auto;
overflow:auto;
}
5. Coba diencek lewat preview dulu berhasil atau tidak. Sim salabim jadi apa prok-prok-prok...! Kalo berhasil save dah templatenya.
Keterangan :
Label1 = widget id
height : 200px = ukuran tinggi scroll
Tidak ada komentar:
Posting Komentar