How To Make A Website Menu?

Discussion in 'HTML & Website Design' started by Thamelas, Apr 5, 2008.

  1. #1
    Ok guys. I am still relatively new to website design.

    Here is my issue:

    Is there a way to create a menu that will display on all pages, but you can edit it in one place without having to edit each individual page? I don't want to use frames either. Div tags maybe?
     
    Thamelas, Apr 5, 2008 IP
  2. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Mooseman, Apr 5, 2008 IP
  3. Kirkbride

    Kirkbride Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's possible to do, but if you're new to web design it might be a little too complex of a problem to tackle. It's good that you're thinking this way though.

    Div tags won't help. You'll probably have to use a scripting language like PHP or ASP -- depending on what's available on your server. Or maybe if you're using Dreaweaver you can use their library files feature.

    It'll help get your question answered if you can say something about what kind of web server you're on and what kind of software you might be using.
     
    Kirkbride, Apr 5, 2008 IP
  4. falguni1

    falguni1 Peon

    Messages:
    3,016
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    0
    #4
    use a cms there are many.
     
    falguni1, Apr 5, 2008 IP
  5. Thamelas

    Thamelas Peon

    Messages:
    171
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I have hosting with godaddy. Its a linux server. I haven't seen a CMS I was really happy with though. I want to make adsense blend in with the site, so I'm going to modify a template I've made. I just want to resolve this menu issue for this and future projects.
     
    Thamelas, Apr 5, 2008 IP
  6. raymondgill08

    raymondgill08 Peon

    Messages:
    287
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I agree, PHP include would be the way to go, especially with a linux server.
     
    raymondgill08, Apr 5, 2008 IP
  7. Yuppie08

    Yuppie08 Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Use a PHP include for your page is your not using like Wordpress ro any CMS

    Divide your page into Header, Content, Footer.
     
    Yuppie08, Apr 5, 2008 IP
  8. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Dan Schulz, Apr 5, 2008 IP
  9. Farhan5

    Farhan5 Peon

    Messages:
    189
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    i think u can do it by creating a script menu..and save as a script file and then use thins file`s address in all pages...when u will edit this script and change any thing..all pages will automatically show changes
     
    Farhan5, Apr 6, 2008 IP
  10. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #10
    If you're thinking of using JavaScript for this, you COULD do that, but if you do it won't be accessible to search engines, people with disabilities, people who have (or want) to use the keyboard for navigating through a Web site, people using a browser that doesn't support or have JavaScript enabled, and those who have a JavaScript capable browser that just happened to have the script stripped by a firewall before receiving it.

    In other words, don't do it that way.
     
    Dan Schulz, Apr 6, 2008 IP
  11. dazw1

    dazw1 Peon

    Messages:
    73
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    create an 'include file' a page which holds the code for the menu then just reference it in all pages. if you need to change menu, you just change that one menu page and all the others will reflect the changes
     
    dazw1, Apr 9, 2008 IP