Now that you have created a basic layout for your webpage, it is time to add some navigation to it. First. I will show you how to add a horizontal menu for your top navigation. In a separate tutorial we will add a vertical menu on the left. You may choose to use either or both of the menus.
As you develop your menu, make sure you preview it in both Internet Explorer and Firefox. You will also need to check it at various resolutions to make sure you do not add too many links to the menu. You might try viewing it using the new 'SuperPreview' feature.
Create a simple bulleted list for your top menu. Remember you are going to be limited on the number of items to include so that you menu will not "break" when resized. In 'Design' or 'Code' view, in your webpage, place your cursor where you want to create a list, and then do one of the following:
If you view your source code, it should look something like the following:
<ul>
<li><a title="Home - Site Name." href="index-two.html">Home</a></li>
<li><a title="Menu Item." href="index.html">Menu Item</a></li>
<li><a title="Menu Item." href="index.html">Menu Item</a></li>
<li><a title="Menu Item." href="index.html">Menu Item</a></li>
<li><a title="Menu Item." href="index.html">Menu Item</a></li>
<li><a title="Menu Item." href="index.html">Menu Item</a></li>
<li><a title="Menu Item." href="index.html">Menu Item</a></li>
<li><a title="Menu Item." href="index.html">Menu Item</a></li>
</ul>
Of course, each menu item would hyperlink to its own page NOT the index.html page. This is just an example.
Create a new folder for the includes. Click 'Site View' tab. > Click 'New Folder' icon. > Type _includes as the name of the folder.
Whatever your final choice of navigation is, it should be a consistent navigation scheme from page to page throughout your site. This helps the website visitor learn your website navigation system.
You will also need to make sure that whichever menu system you use, that it renders in all browsers.
NEXT STEP: Adding Vertical Navigation to Webpage Layout
Copyright © 2009 Pat Geary of Expression Web Tutorials and Templates, All Rights Reserved
Revised July 2010
Expression Web 4.0 Tutorials 2nd Edition from Install to Publish, a FREE EBook by Pat Geary.
Expression Web has a group on Facebook. If you are a FB user, come join us.
Disclosure: This is an affiliate link, which means that if you visit Bluehost.com through this link and purchase this product, I’ll get a commission.
April 2007 - April 2013
Privacy Policy | Migrating from FrontPage to Expression Web
Microsoft® and Expression Web® are registered trademarks of Microsoft® Corporation.
Site Design & Maintenance : Expression Web Tutorials & Templates