Skip to main content

Cara Memasang Scroll Pada Blog Archive

Cara Memasang Scroll Pada Blog Archive - This tutorial requested by one of my friend. I'm so glad if you guys ask me some tutobies bcs I'd love to posting your requests :)
  • Login Blogger
  • Template→Edit HTML
  • Cari kode dibawah ini (CTRL+F)
  <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
  • Copy coding dibawah ini, kemudian Paste dibawah kode yang dicari tadi
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<div style='overflow:auto; width:ancho; height:200px;'>
<div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
<b:if cond='data:style == &quot;HIERARCHY&quot;'>
<b:include data='data' name='interval'/>
</b:if>
<b:if cond='data:style == &quot;FLAT&quot;'>
<b:include data='data' name='flat'/>
</b:if>
<b:if cond='data:style == &quot;MENU&quot;'>
<b:include data='data' name='menu'/>
</b:if>
</div>
</div></div>
<b:include name='quickedit'/>
</div>
</b:includable>
merah:  tinggi blog archive. Sesuaikan dengan keinginan kalian.
  • Save Template

Comments

Post a Comment