Web Development
  Home arrow Web Development arrow How To Create A Simple Navigation Menu In Dr...
Affiliate Promotion  
Blog Help  
Domain Name Tips  
How To  
Newsletter Marketing  
Online Business Help  
Search Engine Tricks  
Web Development  
Web Hosting  
Website Advertising  
Website Content  
Website Marketing  
 Webmaster Tools
 
Base64 Encoding 
Browser Settings 
CSS Coder 
CSS Navigation Menu 
Datetime Converter 
DHTML Tooltip 
Dig Utility 
DNS Utility 
Dropdown Menu 
Fetch Content 
Fetch Header 
Floating Layer 
htaccess Generator 
HTML to PHP 
HTML Encoder 
HTML Entities 
IP Convert 
Meta Tags 
Password Encryption
 
Password Strength
 
Pattern Extractor 
Ping Utility 
Pop-Up Window 
Regex Extractor 
Regex Match 
Scrollbar Color 
Source Viewer 
Syntax Highlighting 
URL Encoding 
Web Safe Colors 
Whois
 
Forums Sitemap 
Mobile Linux 
APP Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WEB DEVELOPMENT

How To Create A Simple Navigation Menu In Dreamweaver 4.0
By: Developer Shed
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 6
    2003-08-09

    Table of Contents:

    Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    How To Create A Simple Navigation Menu In Dreamweaver 4.0

    Tutorial: Simple Navigation Menu
    Software: Macromedia Dreamweaver 4.0
    Tutorial Status: Complete Novice

    This Dreamweaver tutorial will guide you and explain to you how to implement a simple navigation menu into your web site or web page.

    Step 1 - Firing Up Dreamweaver: From your start menu go to Programs + Macromedia Dreamweaver 4 and then click the dreamweaver logo to fire up Dreamweaver. Alternatively use your Dreamweaver shortcut usually placed on your desktop.

    Step 2 - Saving Your Page: Dreamweaver will present you with a blank page - save that blank page as test.htm To do this go to File + Save As at the top of dreamweaver. A Save As box will now appear as shown below. Where it is circled in red type test and click Save. Dreamweaver will automatically save the file as .htm so don't bother typing.htm



    Step 3 - Inserting A Table: Now we will begin with the first phase of the navigation menu by inserting a table. To do this go to Insert + Table at the top of Dreamweaver. A Insert Table box will now appear as shown below. Follow the exact selections as shown in the diagram. Rows 0 - Cell Padding 2 - Columns 4 - Cell Spacing 2 - Width 100 - Percent Border 0 and then click OK.



    You will now see a table with 4 columns displaying exactly like shown below;


    What are the following table elements?;

    Rows: Rows are like a ladder. If we had selected 2 Rows instead of 0 then your 4 column table would look like this.

    Columns: Columns are like partitions in a wall - they are there to separate cells.

    Cell Padding: Cell Padding is basically an outer padding.

    Cell Spacing: Cell Spacing is basically like an inner padding.

    Cell: Table Cells are basically what a dictionary calls - 'A small enclosed cavity or space'. Except with web design you can make your cell as big or as small as you want to. Think of a cell as a place to house things - links, images, text etc.

    Here is a more specific briefing of what rows, columns, cell padding, cell spacing and cells are exactly.

    Step 4 - Creating Your Navigation Menu: The 4 column table that you have created is basically the skeleton for your navigation menu. Now we will start to turn it into a link navigation menu!

    Step 4A - Inserting Text Into Your Table Cells: Click inside your the first cell in your table and type Home. You will notice that your other cells have moved further to the right of your table - ignore this. In your second cell - type About Us. In your 3rd cell - type Resources. In your 4th cell - type Contact. You will now notice that your table cells have formatted themselves.

    Step 4B - Linking The Text In Your Table Cells: Within your screen area, look for the below Properties palate;



    If you can not find it click Window + Properties at the top of Dreamweaver. It will now appear. Basically the Properties pallate allows you to set the font size, colors, font type and many other things. We will be using it to convert the text in your tables into links.

    Now select the Home text in the first cell of your table. Select as you would when copying text to paste into a URL - but without the actual copy.

    Click inside the Link area of you Properties pallate and type in a # dash for now - as highlighted with the red circle on the below diagram.



    The Home text in your table cell will now be a link. Follow Step 4B again for the the text in each table cell. Now the text in each cell will be a link. This is your simple navigation menu!

    Step 5 - Adding A Border To Your Navigation Menu: Select your whole navigation menu and click inside the Border area of the properties pallete and type 1 - as highlighted with the red circle on the below diagram.



    Your navigation menu will now have a border of 1 pixel.

    Step 6 - Adding A Color To Your Navigation Menu: Again Select your whole navigation menu and click inside the Bg Color area of the properties pallate then click the small box - a box will appear with lots of colors, hover over a color that you like and click it as highlighted with the red circle on the below diagram.



    I chose the color #CCCCCC (Light Grey)

    Your Navigation Menu will now be in your chosen color.

    Step 7 - Making The Links In Your Navigation Menu Active: Follow Step 1 again, but save your test.htm page as index - Follow Step 1 again, but save your index.htm page as aboutus - Follow Step 1 again, but save your aboutus.htm page as resources - Follow Step 1 again, but save your resources.htm page as contact - finally save contact.htm as index.

    Now your page will be index.htm

    Step 7A - Linking To Your Pages: Select the Second link in your table cell and go to the Link area of your properties pallate and replace the # by typing aboutus.htm as highlighted with the red circle on the below diagram;



    Repeat Step 7A with the Resources link and the Contact link - making sure to add the respective links - resources.htm - contact.htm to the respective text.

    Now follow Step 7 again by saving your index.htm as aboutus, then resources.htm, then contact.htm and finally back to index.htm

    Once you have done this you can unlink the Home text on index.htm and link the Home text to index.htm on the other pages.

    I hope this tutorial is of help.

    Chris Richardson A1webtemplates.com


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

    More Web Development Articles
    More By Developer Shed

     

    IBM® developerWorks developerWorks - FREE Tools!


    NEW! "ebook: Exploring IBM SOA Technology & Practice

    Learn field-tested SOA principles, methodology, technology and implementation from the global SOA market leader - in a new e-book by an IBM SOA expert. Written by IBM Certified SOA Solution Designer Bobby Woolf, "Exploring IBM SOA Technology & Practice" is the ultimate insider's guide to SOA - a PDF e-book packed cover to cover with IBM's specific advice on how to make your SOA implementation a success.
    FREE! Go There Now!


    NEW! Accelerating Software Innovation on i on Power Systems

    Attend this launch webcast with Scott Hebner, Vice President of IBM Rational Marketing and Strategy, for an overview of Rational’s new software offerings and resources to help modernize and accelerate software innovation on i on Power Systems – while ensuring past application investments are protected and continue to grow. Learn how these solutions are helping customers extend their core i5/OS solutions toward modern architectures such as SOA and web technologies to deliver business improvements that stand the test of time.
    FREE! Go There Now!


    NEW! Application Development Tools for the Mainframe Developer

    You probably have thousands of lines of COBOL code loaded with business intelligence and being used to run your business, along with an army of developers maintaining these applications. Learn how to prepare your applications and developers so you can keep that competitive edge and move to a service-oriented architecture with the IBM Rational Enterprise Modernization solutions. Replay is available for 9 months.
    FREE! Go There Now!


    NEW! Applying lean thinking to the governance of software development

    Effective governance for lean development isn’t about command and control. Instead, the focus is on enabling the right behaviors and practices through collaborative and supportive techniques. Hear from Scott Ambler on how it is far more effective to motivate people to do the right thing than it is to force them to do so. Learn how to form a lightweight, collaboration-based framework that reflects the realities of modern IT organizations.
    FREE! Go There Now!


    NEW! Did you say mainframe? e-kit

    Learn how you can extend modern application lifecycle management to IBM System z through the IBM Rational Software Delivery Platform (SDP). The Did you say mainframe? e-kit includes podcasts, webcasts, tutorials, white and red papers, demos, and articles designed to help ease the challenges of modernizing your enterprise. This complimentary kit for mainframe developers is a practical, how-to guide for making the most of an existing development environment, including the skills and infrastructure already in place at an established enterprise.
    FREE! Go There Now!


    NEW! Don't wait! Try the Rational Application Developer (RAD) v7.5 open beta code today

    Download the Rational Application Developer (RAD) v7.5 open beta code and start developing applications for the JEE5 standard which features EJB3.0, JPA, JSF 1.2, JSP 2.1 and Servlet 2.5 standards. When you use this beta you will see how you can increase developer productivity for already existing applications with improved support for refactoring, as well as adding new features to existing applications. In addition, the beta provides tooling for JD Edwards, Oracle, SAP, Siebel and PeopleSoft to improve the developer productivity with these enterprise systems.
    FREE! Go There Now!


    NEW! Download IBM Data Studio V1.1

    Visit IBM developerWorks to download the latest trial version of IBM Data Studio V1.1 at no cost. IBM Data Studio is a comprehensive data management solution that helps you effectively design, develop, deploy and manage your data, databases, and database applications throughout the data management life cycle utilizing a consistent and integrated user interface. Unlike other client-side data management solutions that focus on only one aspect of the application lifecycle or database administration, Data Studio complements the Rational Software Delivery platform, providing unparalleled flexibility for a heterogeneous data server environment across platforms.
    FREE! Go There Now!


    NEW! IBM Rational Systems Development e-Kit

    As systems increase in complexity, communication between systems and software teams becomes more and more difficult. Now, there’s a way to improve product quality and communication.<br />Read the “Model Driven Systems Development” white paper to see how. Also included in this kit are more educational white papers, customer examples, tutorials, informative Webcasts, and best practices for designing, building and managing systems.<br />
    FREE! Go There Now!


    NEW! Improve your build process with IBM Rational Build Forge, Part 1: Create a continuous build and integration environment

    Learn how to implement a build management system that uses and extends your existing automation technologies. This tutorial shows, step-by-step, how to install and configure IBM Rational Build Forge to manage builds for Jakarta Tomcat from source code.
    FREE! Go There Now!


    NEW! Webcast: What is new in Viper 2 for developers?

    Viper 2 brings a great value to developer communities including SQL, XML, PHP, Ruby, .NET and Java. You probably already know that DB2 Express-C is free for developers to develop, deploy and distribute. Viper 2 provides a variety of means that help move your application from the development stage to deployment more rapidly. This webcast shows how to best utilize the latest tools available for developing DB2 applications.
    FREE! Go There Now!



    All FREE IBM® developerWorks Tools!

       

    WEB DEVELOPMENT ARTICLES

    - Make Your WordPress Website Look Professional
    - How to Create a Mobile Web Site
    - Meta Tags: Still Useful?
    - Build a Completely Free Site
    - Is Your Site Secure?
    - What`s So Special About Your Site?
    - Add Games to Your Site
    - Should You Offer E-mail?
    - The Trouble with CAPTCHA
    - Add Images Responsibly
    - Is There a Science to Site Design?
    - Shortcuts for Page Design
    - Rebranding a Community
    - Firebug Firefox Extension Review
    - Is a CMS or Custom Code Better for Your Web ...

     
    Create the Optimal Architecture for your Critical Applications
    Warburton's the largest independently owned bakery in the UK faced a number of d....

     
    Five Best Practices for Deploying a Successful Service-Oriented Architecture
    This white paper describes the benefits you can expect with SOA, and how IBM can....

     
    Gartner Magic Quadrant for Application Delivery Controllers
    Gartner summarizes its view on Application Delivery Controllers, evaluates stren....

     
    Knowledge is Power
    What you don't know can hurt you, and is likely costing you money and increasing....

     
    Rationalizing the Multi-Tool Environment
    The rationalized multi-tool approach is flexible, scalable and cost effective. I....

     




    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek