In the concept of blogs, each post we will automatically be neatly archived each month. Each entered the new moon, like January, the archives in December will appear in the sidebar. The problem is, if we're blogging a year, then the archive from January to December will be lined up in your sidebar. How about a two and three years' time? Practical steps to overcome this is to make the pull-down menu as below:
So, how many months / years we are blogging in blogger / blogspot, the menus are the months they will not meet long and lined up in your sidebar. Who looks just the name of "Archives", it was only after the click, will display the name of the month our archives.
To make this pulldown archives there are two bloggers with a template that is to classical, and new templates. For classic template steps, namely:
For those of you who use the new template, easier pace of :
&<BloggerArchives>
<a href="<$BlogArchiveURL$"$gt;'><$BlogArchiveName$></a>
</BloggerArchives><select name="archivemenu"
onchange="document.location.href=this.options[this.selectedIndex].value;">
<option selected>- Archives -</option>
<BloggerArchives>
<option value="<$BlogArchiveURL$>"><$BlogArchiveName$></option>
</BloggerArchives>
</select>
Well the above statement is the steps to create a dropdown menu for Archives, which now how do I make a dropdown menu that its inside is the link, I take the example for my own personal Dropdown menu located on the right above that contains the words "blog tutorial ". To make it please you copy the HTML code below:
<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu><option value=0 selected>
writing here will appear first</OPTION>
content with the addresses you want to go "> text here which will appear
<option value="</option> </select></form>
As an example for this kind Dropdown menu : <form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu>
The result will be like this :
<option>- Blog Tutorial -</option>
<option value="http://candra96.blogspot.com/2010/11/panduan-membuat-blog-di-blogspot.html">Cara Buat Blog</option>
<option value="http://candra96.blogspot.com/2010/11/cara-memposting-artikel.html">Posting Artikel</option>
<option value="http://candra96.blogspot.com/2010/10/ubah-blog-nofollow-menjadi-dofollow_26.html">Ubah Blog nofollow</option>
<option value="http://candra96.blogspot.com/2010/10/blogger-emoticons.html">Blogger Emoticons</option>
<option value="http://candra96.blogspot.com/2010/10/menampilkan-label-di-blog.html">Menampilkan Label Blog</option>
<option value="http://candra96.blogspot.com/2010/10/mengganti-template-blog.html">Mengganti Template Blog</option>
<option value="http://candra96.blogspot.com/2010/10/cara-daftar-blog-ke-search-engine.html">Daftar Blog ke Search Engine</option>
</select></form>
Easy is not it? Good luck!