Page include won't display

  • Thread starter Thread starter Guest
  • Start date Start date
Please indicated the exact steps you are using to insert the included content into your page. Also
make sure that you have first open a web / site before working on your web content.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
I'm clicking on insert, web component, included content page, and then I
select menubar.html . The website works and is set up, the menubar.html
page works just not index.html
 
You need to move the javascript inside the <body> tag.
When an include is "included" only the content between <body> and </body> ( the body tags ) is
actually written to the page "using" the include.

**Everything** you want included must therefore be between the body tags.
Additionally if you are using any style elements in the page that are in the head section they will
also be left behind and will have to be added to head section of the page using the include, or
added to an external style sheet that can be used by all pages.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
you also have two index pages...index.htm & index.html
use the one that your server requires, dump the other one.


| I'm clicking on insert, web component, included content page, and then I
| select menubar.html . The website works and is set up, the menubar.html
| page works just not index.html
|
| "Thomas A. Rowe" wrote:
|
| > Please indicated the exact steps you are using to insert the included content into your page. Also
| > make sure that you have first open a web / site before working on your web content.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > >I can get the page include to work properly by itself but it will not display
| > > on the other pages, any ideas?
| > >
| > > http://www.wightman.ca/~jeffandkim/
| > >
| > > the page include is at :
| > > http://www.wightman.ca/~jeffandkim/menubar.html
| >
| >
| >
 
I believe that include is shown within the body tag both in the index.html
and menubar.html pages, am I wrong?


Steve Easton said:
You need to move the javascript inside the <body> tag.
When an include is "included" only the content between <body> and </body> ( the body tags ) is
actually written to the page "using" the include.

**Everything** you want included must therefore be between the body tags.
Additionally if you are using any style elements in the page that are in the head section they will
also be left behind and will have to be added to head section of the page using the include, or
added to an external style sheet that can be used by all pages.

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

philly7 said:
I can get the page include to work properly by itself but it will not display
on the other pages, any ideas?

http://www.wightman.ca/~jeffandkim/

the page include is at :
http://www.wightman.ca/~jeffandkim/menubar.html
 
Remove and reinsert your include. The include web bot is not complete.

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

philly7 said:
I believe that include is shown within the body tag both in the index.html
and menubar.html pages, am I wrong?


Steve Easton said:
You need to move the javascript inside the <body> tag.
When an include is "included" only the content between <body> and </body> ( the body tags ) is
actually written to the page "using" the include.

**Everything** you want included must therefore be between the body tags.
Additionally if you are using any style elements in the page that are in the head section they will
also be left behind and will have to be added to head section of the page using the include, or
added to an external style sheet that can be used by all pages.

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

philly7 said:
I can get the page include to work properly by itself but it will not display
on the other pages, any ideas?

http://www.wightman.ca/~jeffandkim/

the page include is at :
http://www.wightman.ca/~jeffandkim/menubar.html
 
ok, I removed, saved, inserted again, and re-sent the file to ftp

Steve Easton said:
Remove and reinsert your include. The include web bot is not complete.

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

philly7 said:
I believe that include is shown within the body tag both in the index.html
and menubar.html pages, am I wrong?


Steve Easton said:
You need to move the javascript inside the <body> tag.
When an include is "included" only the content between <body> and </body> ( the body tags ) is
actually written to the page "using" the include.

**Everything** you want included must therefore be between the body tags.
Additionally if you are using any style elements in the page that are in the head section they will
also be left behind and will have to be added to head section of the page using the include, or
added to an external style sheet that can be used by all pages.

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

I can get the page include to work properly by itself but it will not display
on the other pages, any ideas?

http://www.wightman.ca/~jeffandkim/

the page include is at :
http://www.wightman.ca/~jeffandkim/menubar.html

 
Back
Top