Thursday, September 24, 2009

How to make dropdown menu

To make a dropdown menu just follow the steps below:

1. Log into your Blogger account
2. Click the "Layout" and click "Add Gadget"
3. Choose HTML / JavaScript
4. Copy the following code:
<!--script from http://anothertutorials.blogspot.com-->
<form name="dropdown">
<div align="center"&g
<select name="url" size="1"
onChange="window.open(this.options[this.selectedIndex].value,'_top')">
<!--INSERT YOUR DROPDOWN MENU-->
<option selected>Nama Menu</option>
<!--INSERT THE URL ADDRESS!-->
<option value="http://anothertutorials.blogspot.com">Page1</option>
<option value="
http://anothertutorials.blogspot.com">Page2</option>
<option value="
http://anothertutorials.blogspot.com">Page3</option>
<option value="
http://anothertutorials.blogspot.com">Page4</option>
</select>
</div>
</ form>
5. Replace red text with the address you prefer to, and replace
word blue printed with your own options. \
6. Click "Save" and set the widget's position

 

how to change template

In this first post I will try to describe of how to change the template for the blog spot.
Make sure you have the template file for blogspot with XML extention. XML is still a family of HTML and XHTML and is the standard web language which can be interpreted by Internet browsers into arrangements such that the shape of a layout or design of the website / blog.
Please Login using your blogger / your Google account, and select one of your blog (sorry this tutorial using English language settings, if you are using the Indonesian language the location is the same position).

Step 1:
Select Layout menu - Edit HTML


















Step 2:
Click the Browse button, find the file storage location your Xml. In this example I use Blogger template Grey Press (grey_press_blogger.xml)


Step 3:
Click the Upload button, make sure there are no errors as shown in the picture below


Step 4:
Click SAVE TEMPLATE button
















Colleagues for the less obvious or have problem please fill out the comment below this, God willing, I help.