Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2008
    Posts
    2

    Default FP 2002, Shared Borders - Menu not showing up

    I am using Frontpage 2002 and (this time) shared borders. The page I am working on is: [link removed, the domain is for sale] -- the problem: I want the menu on the LEFT to be on EVERY PAGE. That is the reason I am using "shared borders" -- I have also tried using "include page" -- nothing seems to work. The menu is always on the main page but never shows up on any other pages for some reason. Does someone have a solution to this? I would like to have ONE menu which will be on EVERY page of my webpage. I DO NOT want to use frames but if that is the only solution, I have no choice. Someone please help! :-)
    Last edited by remi; 05 May 2008 at 10:37 AM. Reason: link removed - again

  2. #2
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: FP 2002, Shared Borders - Menu not showing up

    Is your link correct?

    It simply redirects to discountasp.net

    Please provide a link to your page having menu problems.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  3. #3
    Join Date
    Mar 2008
    Posts
    2

    Default Re: FP 2002, Shared Borders - Menu not showing up

    Oops sorry -- Go to: [link removed, the domain is for sale] -- on the menu to the left....put your mouse over "fitness calculators" and select any of them - the menu will dissappear. My goof on the initial web address. :-(
    Last edited by remi; 05 May 2008 at 10:38 AM. Reason: link removed

  4. #4
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: FP 2002, Shared Borders - Menu not showing up

    The main page shows the menu correctly:

    Code:
     
    <script src="xaramenu.js"></script><script Webstyle4 src="navbar/navbar.js"></script>
    The xaramenu.js file appears to be in the same directory as the main page.

    When you click on one of the links for Fitness Calculator you are bringing up a page in another directory. For the linked pages to show your menu they need to use a relative path to directory where the menu resides.

    The linked pages currently use the same absolute path that is in the main page.

    Try changing the code in the linked pages similar to the following:

    Code:
    <script src="../xaramenu.js"></script><script Webstyle4 src="../navbar/navbar.js">
    Last edited by Soquili; 05 March 2008 at 12:23 AM.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  5. #5
    Join Date
    Jan 2006
    Posts
    2,439

    Default Re: FP 2002, Shared Borders - Menu not showing up

    I've removed the link to this page, because the URL is for sale and acts as a advertising page.

    Remi

 

 

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
  •