Wednesday, March 30, 2011

Makes Scrolling To The Archive Blog

Heii,,,blogger friends, I will share tips blogger,,, which makes scrolling to the archive for not taking up space on the blog ...

How:
1. Log in to Dashboard
2. Click the Design view, click the Edit HTML, Do not Forget Tick the Expand Widget
3. Press CRTL + F, to search for words
4. If you've met his CSS code like this:
<b:widget id='BlogArchive2' locked='false' title='Arsip Blog Ini' type='BlogArchive'>

5. Insert Code
<div style='overflow:auto; width:ancho; height:250px;'>


And:
</ div>

6. So Code Function Scroll In Blog Archive to be like this:

<b:widget id='BlogArchive2' locked='false' title='Arsip Blog Ini' type='BlogArchive'>
<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:250px;'>
<div id='ArchiveList'>
<div expr:id='data:widget.instanceId + "_ArchiveList"'>
<b:if cond='data:style == "HIERARCHY"'>
<b:include data='data' name='interval'/>
</ b: if>
<b:if cond='data:style == "FLAT"'>
<b:include data='data' name='flat'/>
</ b: if>
<b:if cond='data:style == "MENU"'>
<b:include data='data' name='menu'/>
</ b: if>
</ div>
</ div></ div>

<b:include name='quickedit'/>


7. Preview, save jadie kalo udah aja,,, hehe

Note: Color Code Blue is inserted Earlier. Score: height: 250px; '> is the height of the scroll Blog

0 komentar :

:10 :11 :12 :13 :14 :15 :16 :17
:18 :19 :20 :21 :22 :23 :24 :25
:26 :27 :28 :29 :30 :31 :32 :33
:34 :35 :36 :37 :38 :39

Post a Comment