Another option if the hosting service allows it is to use
includes, the drawback is you can no longer use an htm
extension, it would need to become shtm. If the pages are
already using some type of server scripting (eg php, asp),
then there are include facilities inside of there:
default.htm
<frameset>
<frame name="header" src="/common/header.htm">
<frame name="main" src="main.htm">
</frameset>
can be replaced with:
default.shtm
<div id="header">
<!--#include virtual="="/common/header.htm"-->
</div>
<div id="main">
<!--#include virtual="="main.htm"-->
</div>
: Each of your pages technically are individual. They are
just loaded into the
: same area that exists in the frameset page. Kind of like a
rotating
: billboard, it's the same space being viewed, but different
items can be
: loaded into that view.
:
: As Thomas suggested, youc ould use shared borders which
can then be applied
: to all pages in the site. Before you use them though, I
would recommend
: backing up your site just in case it messes something up
so you can easily
: go back to what you had. When doing a large-scale change
to a site, things
: can easily get goofy and a backup can save a ton of
aggrevation.
: Hope this helps,
: Mark Fitzpatrick
: Microsoft MVP- FrontPage
:
:
:
in message
: : > Well, I guess there's alot more about this then I
understand. I thought
: > each
: > one of my pages were individual pages. I don't know how
to do this, I
: > will
: > have to research, but I appreciate knowing it is
possible. Thanks!
: >
: > "Thomas A. Rowe" wrote:
: >
: >> You would have to create individual pages. However you
can use FP Include
: >> Pages to include the
: >> header and sidebar navigation on each page.
: >>
: >> --
: >> ==============================================
: >> Thomas A. Rowe (Microsoft MVP - FrontPage)
: >> ==============================================
: >> If you feel your current issue is a results of
installing
: >> a Service Pack or security update, please contact
: >> Microsoft Product Support Services:
: >>
http://support.microsoft.com
: >> If the problem can be shown to have been caused by a
: >> security update, then there is usually no charge for
the call.
: >> ==============================================
: >>
: >> "Jenn Lloyd" <
[email protected]>
wrote in message
: >>
: >> > Well, it's obviously a little late for that. I did
not know it would
: >> > cause a
: >> > problem. Is there anything I can do and keep the
frames, or a way to
: >> > change
: >> > it "easily" from frames to not frames but keep the
same "look"? Do I
: >> > have to
: >> > start over???
: >> >
: >> > Thanks.
: >> >
: >> > "Thomas A. Rowe" wrote:
: >> >
: >> >> This is because you are using frames, users will
never see or be able
: >> >> to easily bookmark pages
: >> >> that
: >> >> load within a frame. The solution is to not use
frames.
: >> >>
: >> >> --
: >> >> ==============================================
: >> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
: >> >> ==============================================
: >> >> If you feel your current issue is a results of
installing
: >> >> a Service Pack or security update, please contact
: >> >> Microsoft Product Support Services:
: >> >>
http://support.microsoft.com
: >> >> If the problem can be shown to have been caused by a
: >> >> security update, then there is usually no charge for
the call.
: >> >> ==============================================
: >> >>
: >> >> "Jenn Lloyd" <Jenn (e-mail address removed)>
wrote in message
: >> >>
: >> >> > When someone goes to my site and click on the
links to the different
: >> >> > pages I
: >> >> > have created the url does ot change. SO if
someone wants to
: >> >> > bookmark a
: >> >> > specific page they cannot because each page comes
up as the home
: >> >> > page. What
: >> >> > did I do wrong and can I fix it? Thanks!
: >> >>
: >> >>
: >> >>
: >>
: >>
: >>
:
: