Insert Page is not working properly

B

bargainfamily

I have a menu that I want to use on several different pages, so I am using
insert->web component->included content-> page in order to get the menu to
appear. It looks just fine in my Front Page editor, but when I publish my
website, the menu links don't work. I have read other posts on this topic,
and I can't figure out what I'm missing. I have the necessary info in both
the header and body of the menu.htm file that I am including, as well as the
necessary header info in the headers of all the pages using the menu. Can
someone please help me out?

Here is the page trying to include menu.htm (you'll see that the links don't
work for the menu on the left):
http://www.bargainfamily.com

And here is the page I am including:
http://www.bargainfamily.com/menu.htm
 
S

Steve Easton

you've added the javascript to the head of the main page, and also moved it into the body of the
include page.
You need to have it one place or the other , but not both.
I would leave it in the body of the include, and remove it from the head section of the main page.

You have also done the same with the style. Leave the style in the main page and remove it from
the body of the include.

javascript goes in menu.htm body.
style goes in main pages.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
T

Thomas A. Rowe

The JavaScript function must be insert after the open <body> tag in the include page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

The menu.htm page is missing a </body> tag before </html>
So your home page has an invalid </html> tag in it at
<a href="startbusiness.htm">Startups</a></font></p>
</html>



| I have a menu that I want to use on several different pages, so I am using
| insert->web component->included content-> page in order to get the menu to
| appear. It looks just fine in my Front Page editor, but when I publish my
| website, the menu links don't work. I have read other posts on this topic,
| and I can't figure out what I'm missing. I have the necessary info in both
| the header and body of the menu.htm file that I am including, as well as the
| necessary header info in the headers of all the pages using the menu. Can
| someone please help me out?
|
| Here is the page trying to include menu.htm (you'll see that the links don't
| work for the menu on the left):
| http://www.bargainfamily.com
|
| And here is the page I am including:
| http://www.bargainfamily.com/menu.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top