To make archives pulldown there two that is to Blogger with template classic, and template new.
To template classic the step that is:
- Login to Blogger.com with your id.
- Click Template.
- At part sidebar your Blog are part archives, there code html as follows:
&<BloggerArchives>
<a href="<$BlogArchiveURL$"$gt;'><$BlogArchiveName$></a>
</BloggerArchives>
- Well, change code above dg code html hereunder:
<select name="archivemenu"
onchange="document.location.href=this.options[this.selectedIndex].value;">
<option selected>- Archives -</option>
<BloggerArchives>
<option value="<$BlogArchiveURL$>"><$BlogArchiveName$></option>
</BloggerArchives>
</select>
- When finished, click save changes. when done, click republish.
- Finish.
For you that wear template new, easier the step that is:
- Login to Blogger.com with your ID.
- Click LAYOUT.
- Click PAGE ELEMENTS, look for element (box) that correlating to write Blog Archive.
- Click Edit in box Blog archive a while ago.
- beside article style there are some radio button, choose radio button to write dropdown menu by signal tik/cheque.
- Click Save Changes .
- Finish.
Well explanation above a while ago be steps to make menu dropdown for archives, now as which its way is making menu dropdown in he there the link, . To make it please you copy code html be:
<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu><option value=0 selected>tulisan disini yang akan muncul duluan</OPTION>
<option value="isi dengan addres yang ingin di tuju">tulisan di sini yang akan muncul</option> </select></form>
Good success …
0 komentar