Results 1 to 2 of 2

Thread: Navigation menu advice

  1. #1
    Join Date
    Nov 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Navigation menu advice

    I was hoping someone might be able to direct me to any resources that could help with the following task I have set myself (much searching on google etc has yet to produce one).
    I am creating site that has quite a few pages and would like the navigation menu to be an external piece of xhtml code that can be imported so that, say, I need to add or subtract a link - I do not have to do it across upwards of 25 pages. I'm aware that PHP has an include() function that would be useful, BUT, this is not the preferred option (as is iFrames). How else can I import this menu list into each .html file?

  2. #2
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    don't use iframes, and the best way is to use the php include function.
    you can distinguish the documents from one another.

    why do you have a link to myspace codes in your sig?
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •