Add Drop Down Menu For Blogger Labels and make your labels stylish with this trick.
Now follow simple step to add this gadget in you blogger.
* First go to your blogger dashboard.
* Click in design tab and edit HTML.
* Now click in box to expand the template.
* Now find this code <b:widget id='Label1' locked='false' title='Labels' type='Label'>
* Now Copy below code and Replace the above code <b:widget id='Label1' locked='false' title='Labels' type='Label'> tag.
* Now save your template.
Your label screenshot below ---->>>>
Now follow simple step to add this gadget in you blogger.
* First go to your blogger dashboard.
* Click in design tab and edit HTML.
* Now click in box to expand the template.
* Now find this code <b:widget id='Label1' locked='false' title='Labels' type='Label'>
* Now Copy below code and Replace the above code <b:widget id='Label1' locked='false' title='Labels' type='Label'> tag.
<b:widget id='Label1' locked='false' title='Labels' type='Label'> <b:includable id='main'> <b:if cond='data:title'> <h2><data:title/></h2> </b:if> <div class='widget-content'> <br/> <select onchange='location=this.options[this.selectedIndex].value;' style='width:200px'> <option>Labels</option> <b:loop values='data:labels' var='label'> <option expr:value='data:label.url'><data:label.name/> </option> </b:loop> </select> <b:include name='quickedit'/> </div> </b:includable> </b:widget>
* Now save your template.
Your label screenshot below ---->>>>
0 Responses So Far: