I have a page called nav.htm and it is a page that shows a table of
contents of sorts. This page have many hyperlinks to other pages. I
then have a pages called welcome, disclaimer, introduction, etc. Each
of these pages are comprised of a table with two cells. The right
cells is the specific information for each page -- for example the
welcome page's right cell has a welcoming note; the right cell of the
disclaimer page has a disclaimer note; the right cell of the
introduction page has introduction information.

I would like to include the nav.htm page in the left cell of each of
these pages. I used the insert/web component option and selected the
nav.htm.

But, nothing displays.

Am I doing this wrong, or is there a better way to do this -- with a
straing <!--include> option?

Re: Navigation with include statement by Steve

Steve
Wed Apr 09 12:02:45 CDT 2008

Insert > Web Component > Included Content > Page
and then browse to nav.htm

Make sure nav.htm is a standard html page and that the content you want included is between the <body></body
tags in nav.htm


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm

<annettem@co.saint-croix.wi.us> wrote in message
news:75c4b972-028a-4b6b-9c00-39466e2912e0@2g2000hsn.googlegroups.com...
>I have a page called nav.htm and it is a page that shows a table of
> contents of sorts. This page have many hyperlinks to other pages. I
> then have a pages called welcome, disclaimer, introduction, etc. Each
> of these pages are comprised of a table with two cells. The right
> cells is the specific information for each page -- for example the
> welcome page's right cell has a welcoming note; the right cell of the
> disclaimer page has a disclaimer note; the right cell of the
> introduction page has introduction information.
>
> I would like to include the nav.htm page in the left cell of each of
> these pages. I used the insert/web component option and selected the
> nav.htm.
>
> But, nothing displays.
>
> Am I doing this wrong, or is there a better way to do this -- with a
> straing <!--include> option?



Re: Navigation with include statement by annettem

annettem
Wed Apr 09 13:32:52 CDT 2008

Ah, that was it. I didn't have the text from the nav.htm in the body
section. Thank you!

One more item -- when I do the insert, the text is in a different font
and size than what comes from the nav.htm. I have tried changing what
is displayed and I can't.

Any suggestions?

Re: Navigation with include statement by Thomas

Thomas
Wed Apr 09 13:40:09 CDT 2008

You have to modify the style sheet of each page to include the styles for the navigation page that
is being inserted.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================


<annettem@co.saint-croix.wi.us> wrote in message
news:1b41bae8-386e-46f7-b19e-965c7824fb7c@t54g2000hsg.googlegroups.com...
> Ah, that was it. I didn't have the text from the nav.htm in the body
> section. Thank you!
>
> One more item -- when I do the insert, the text is in a different font
> and size than what comes from the nav.htm. I have tried changing what
> is displayed and I can't.
>
> Any suggestions?