- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
HTML Based. How to edit main menu
December 5, 2011
This tutorial shows how to edit main menu in HTML based template.

First of all open the template package and go to the "site" folder. There you can see several HTML files. Each file is a separate page of the template.
The menu is included into each file so if you change it once you need to perform the same changes in any file.
The meny is usually created as an unordered list where each menu button is a list item with embedded link:
This is how each menu item looks like:
Let’s see how to edit it.
To change the menu title edit text between the and tags.
To change the menu item link edit the href attribute value of the link tag. In the examlpe above the href attribute value is "index.html". Replace it with your URL or the filename to change the links.
Feel free to check the detailed video tutorial below:
HTML Based. How to edit main menu