Hi friends now this trick you can make your blogger label in Drop down style easily .
PREVIEW:-
Follow simple and easy step to adding this trick in your blogger blog ---->>>>
* First go to your blogger Dashboard.
* Now click in design tab and edit HTML.
* Click in small box to expand your blogger Template.
* Now find below code by scrolling or by copy one line with CTRL+F key.
PREVIEW:-
Follow simple and easy step to adding this trick in your blogger blog ---->>>>
* First go to your blogger Dashboard.
* Now click in design tab and edit HTML.
* Click in small box to expand your blogger Template.
* Now find below code by scrolling or by copy one line with CTRL+F key.
<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>
* Now replace above code by below code easily.
<select onchange='location=this.options[this.selectedIndex].value;' style='width:100%'> <option>Browse By categories</option> <b:loop values='data:labels' var='label'> <option expr:value='data:label.url'><data:label.name/> (<data:label.count/>) </option> </b:loop> </select>
* Now click to save your Blogger template and now you are done ok .
0 Responses So Far: