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:
- Login to blogger.com with your ID
- Clik Template
- In the sidebar of your blog archives section, there are the following html code:
- Well, replace the code above dg html code below:
- When finished, click Save Changes. When you are DONE, click republish.
- End.
&<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>
- log in first, of course with your id
- clik LAYOUT
- clik PAGE ELEMENTS, search elements (box) that reads Blog Archive
- clik Edit on the box earlier Blog Archive
- In addition to the writing style there are a few radio buttons, select the radio button labeled Dropdown Menu by giving a tick / check
- Clik Save Changes
- End
<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>
<option value="
content with the addresses you want to go "> text here which will appear</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>
<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>
The result will be like this : Easy is not it? Good luck!