it sure will. I do it all the time and it provides much more flexibility than shared borders.
it works so well that I even use the fp include page on asp pages where I could just as easily use the asp include page function. why? because it's nice to be able to edit asp pages and see the layout. when you use the fp include page it's done at save time. the benefit to me is easier editing, and faster loads to the browser. the only draw back is that it results in a larger web site total size since the content of each include is actually written to each page it's used on. it's an ok trade for me because I'll pay for a bigger sized site rather than have slower page loads. don't get me wrong there is still a place for the asp include function, but for templates and the menus and headers I prefer the fp include page.
here are a couple of sites I've used the technique on:
www.poggi-jones.com
www.healthbusinessandpolicy.com
HTH
Thanks guys ...
When I create the template, its not saved as one .. just the HTM page
called template so I will know.
Once created the way I want with all graphics etc ... it stays the
same throughout all pages ... I dont want to change the columns
on each side or anything else ... just if I change the menu order or
if I want to include another graphic on the site, I can do it to one
page only and the whole site will be updated with it.
Editing the content of each page individually is ok .. its just when
I want to add a new graphic or something to the whole web I am
having trouble with.
Will Chris's suggestion do this?
Jim Buyens said:
-----Original Message-----
All,
When doing a site ... I will create a "template" or
layout of the site getting the tables the way I want
them etc ....
Once made, it is saved as "template" and used for all
pages populating the content inside for each page and
saved as a different page name for each.
As you would imagine, making changes to each individual
page is PIA ... how can I make this "template" but have
different content for each page, but update the
"template" and have it effect all pages?
I tried to save the "template" as a CSS .. that didn't
work ... tried to do a include ..
that didn't work .. don't know what else to do.
TIA for any time saving tip on this matter.
Versions of FrontPage up through FP2002 have only limited
support for laying out pages in such a way that you can
mass-change the layout at a later time. The Shared Border
facility can replicate identical content to any side(s)
you want on a group of pages. But if you want each page
to display different content in a given border, you have
to program some kind of script to create the variations.
(Link Bars and page Banenrs, of course, are self-
adjusting).
Another alternative, which also requries programming, is
to write a single page that looks up some key in a
datbase, retrieves the corresponding data, and displays
it in a fixed layout. This is how Amazon.com, for
example, avoids hand-coding a Web page for each book.
Beyond that, you may need to wait for FrontPage 2003 or
run the beta. FP2003 has a feature called Dynamic Web
Templates that will probably do what you want.
Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*