Tuesday, September 25, 2012

How To Create Drop Down Link List In Blogger Blog

Author: Gagan Masoun
How To Create Dropdown Link List In Blogger BlogOn the request of our reader I'm publishing this tutorial.This tutorial will guide you "How To Create Drop Down Link List In Blogger Blog".If your bloggers friend circle is very large (example: near about 35) and you might want to add their blogs links on your blog, but it needs too much space on your blog's sidebar.But, this tutorial will help you.

You can easily add this feature on your blogger blog.Let's start the tutorial:

Recommend For You: Create A Dropdown Labels Widget In Blogger Blog

  • Go to Dashboard > Layout > Add Gadget > HTML/JavaScript
  • Copy Given Below Code & Paste In HTML/JavaScript Widget
  • Save It & Its Done
<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"
size=1 name=menu>
<option>Link List Title</option>
<!-- change the links with your own -->
<option value="Link 1">Link Title 1</option>
<option value="Link 2">Link Title 2</option>
<option value="Link 3">Link Title 3</option>
<option value="http://www.blogsdaddy.com" rel='nofollow'>Blogger Widgets</option>
</select></form>

Remember Notes:

  • Replace Red Color Title With Your Own Title
  • Replace Yellow Color Text With Your Links
  • Replace Pink Color Text With Your Link Titles

Additional Features

  • You Can Add The Number Of Option Value In Code, If You Want to Add More Links.
  • You Will Get More Space On Blog's Sidebar After Adding This Feature
Thanks "Sarah Bayly" for advice.If you need our help then ask via comments.Happy blogging and stay blessed :)
Author
Author - Gagan Masoun is the owner of Blogs Daddy Blog.Gagan lives in India, has been blogging since 2010 and writing Blogs Daddy Blog since 2011.You can find him in the usual social networks.

0 comments:

Post a Comment