Re: Is there an easy way to update all the page of my site?
- From: "Thomas A. Rowe" <tarowe@xxxxxxxx>
- Date: Thu, 14 Dec 2006 06:53:34 -0500
Either way he would have to manually add the include component or tag to each page, there after he
would only have to update a single page.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Trevor L." <Trevor_L.@Canberra> wrote in message news:eAvnL4wHHHA.3312@xxxxxxxxxxxxxxxxxxxxxxx
Philippe wrote:
My existing site was created with frame. I would like to stop using
frame and put on my main frame a navigation menu on the top.
I would like to know if there is an automatic way to copy this menu
accross my entire site without me going to every page one by one and
paste the menu? I look into dynamic web page template but it looks
like it reformat my page a remove background...
Thanks for your help
You can put the code in another file and use the FrontPage include on each page. When you save the
page and exit FP, the included file is added to the code.
OR, if your web server supports it, use a ServerSide Include (SSI)
e.g.
<!--#include file="_fpclass/fpdblib.inc"-->
With the SSI, the included file is included when the page is accessed on the server. Only the code
itself should be in the included file.
If memory serves me right, the FP include includes all the code in the <body> of the included
file.
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
.
- References:
- Re: Is there an easy way to update all the page of my site?
- From: Trevor L.
- Re: Is there an easy way to update all the page of my site?
- Prev by Date: Re: Is there an easy way to update all the page of my site?
- Next by Date: Re: Is there an easy way to update all the page of my site?
- Previous by thread: Re: Is there an easy way to update all the page of my site?
- Next by thread: Re: Is there an easy way to update all the page of my site?
- Index(es):
Relevant Pages
|