06 April 2009

Membuat Label Dengan Scroll | Label Technique Using Scroll

Before the tutorial, the friend must have been close to first know more about the label to make it easy friend, in trying this tutorial. After labeling technique with cloud let go with the technique scroll.

How do I create one?

First you read this, if not yet know how to install the label.

* Click Menu Layout / Layout.

* Click Edit Menu HTML

* Click Edit HTML -> Previous backup first friend first template by clicking the Download Full Template. So that when the error occurred can be started again..


* Click Expand Widget Templates

* People looking for the following code:


<b:widget id='Label1' locked='false' title='KATEGORI ARTIKEL' type='Label'>



* Or, search the title, namely: ARTICLE CATEGORY

* The information here:


<b:widget id='Label1' locked='false' title='KATEGORI ARTIKEL' type='Label'>
<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:100px;'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<data:label.name/>
<b:else/>
<a expr:href='data:label.url'> <data:label.name/> </ a>
</ b: if>
(<data:label.count/>)
</ li>
</ b: loop>
</ ul>
</ div>
<b:include name='quickedit'/>
</ div>
</ b: includable>
</ b: widget>


* The red is the code that must be added in the script.

* Replace paper 'ARTICLE CATEGORY' title with a label that you apply

* People can change the height: 100px with the desired level.

* The result here:


A little tutorial from me, hopefully useful



No comments:

Post a Comment