Results 1 to 3 of 3

Thread: Menu, Linking problems
      
   

  1. #1
    zrtdon is offline Private First Class
    Join Date
    Mar 2011
    Posts
    9

    Default Menu, Linking problems

    I need help. I have published my web site (http://www.accuratemet.com) but cannot get all the menu buttons to work correctly. My public_html files show the pages but I get "404 error" codes when trying to move page to page with the menu buttons.

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Wink Re: Publishing problems

    1. You are using a semi-colon (;) instead of the required colon (:) in all your link entries in your Menu system, which causes them to "double-up" and go nowhere:
    a. (Home) http;//accuratemet.com/index.html >> should be >> http://accuratemet.com ... (just as shown - do not add "/index.html")
    b. (Applications) http;//accuratemet.com/applications.html >> should be >> http://accuratemet.com/applications.html
    c. (Materials) http;//accuratemet.com/materials.html >> should be >> http://accuratemet.com/materials.html
    d. (Contact) Your Contact page needs to be named, saved, and published as a ".php" page if it is to function, according to the instructions detailed in the Tutorial. After properly creating/finishing the page, correct the links also:
    http;//accuratemet.com/contact.html >> should be >> http://accuratemet.com/contact.php ..(Use the ".php" link to view unfinished page)

    2. You should leave the "Target" field in your links Dialog Box empty (without an entry, not '_blank') to avoid all your pages opening a new Tab or browser .... it is not Visitor-friendly, and not tradtitional at all.

    You should review the Tutorials a little closer (numbers 10-14)!
    ..

  3. #3
    zrtdon is offline Private First Class
    Join Date
    Mar 2011
    Posts
    9

    Default Re: Menu, Linking problems

    Thanks. I'll make the changes.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49