I want to have a cell on each page of my website that has the same content.
For example sponsors of an event. I would like to be able to update this
content in one location and have every page updated instead of having to
update every page manually. How do I do this?

Re: Sharing Conten in a cell. by Kathleen

Kathleen
Sun Jun 18 10:51:12 CDT 2006

Create your shared content page and then use the FrontPage Include Component
to include it into the other pages. Type "include page" into the FrontPage
Help and take a look at "Add an Included Content Web component to a Web
page".

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


"Steve" <Steve@discussions.microsoft.com> wrote in message
news:25819F0B-1D7B-46A7-A646-7C59A45866F7@microsoft.com...
>I want to have a cell on each page of my website that has the same content.
> For example sponsors of an event. I would like to be able to update this
> content in one location and have every page updated instead of having to
> update every page manually. How do I do this?



Re: Sharing Conten in a cell. by Rob

Rob
Sun Jun 18 10:50:03 CDT 2006

One way is with an Include. Insert | Web Component | Included Content |
Page.

Create a New Page with your content that will be common and updated as you
wish. Name it something meaningful to you...maybe; update_inc.htm or
whatever. Save it.

Then in each cell on whatever pages you want it to appear in, put your
cursor and ... Insert | Web Component | Included Content | Page and select
the page name... update_inc.htm (or whatever you called it).

hth..

R.


"Steve" <Steve@discussions.microsoft.com> wrote in message
news:25819F0B-1D7B-46A7-A646-7C59A45866F7@microsoft.com...
|I want to have a cell on each page of my website that has the same content.
| For example sponsors of an event. I would like to be able to update this
| content in one location and have every page updated instead of having to
| update every page manually. How do I do this?



Re: Sharing Conten in a cell. by Rob

Rob
Sun Jun 18 11:39:37 CDT 2006

...forgot: then when you want to update all pages you only have to edit
update_inc.htm (or whatever you named it)


"Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in message
news:%23ABtV7ukGHA.3484@TK2MSFTNGP03.phx.gbl...
| One way is with an Include. Insert | Web Component | Included Content |
| Page.
|
| Create a New Page with your content that will be common and updated as you
| wish. Name it something meaningful to you...maybe; update_inc.htm or
| whatever. Save it.
|
| Then in each cell on whatever pages you want it to appear in, put your
| cursor and ... Insert | Web Component | Included Content | Page and select
| the page name... update_inc.htm (or whatever you called it).
|
| hth..
|
| R.
|
|
| "Steve" <Steve@discussions.microsoft.com> wrote in message
| news:25819F0B-1D7B-46A7-A646-7C59A45866F7@microsoft.com...
||I want to have a cell on each page of my website that has the same
content.
|| For example sponsors of an event. I would like to be able to update this
|| content in one location and have every page updated instead of having to
|| update every page manually. How do I do this?
|
|



Re: Sharing Conten in a cell. by p

p
Sun Jun 18 17:49:39 CDT 2006

Steve wrote:
> I want to have a cell on each page of my website that has the same content.
> For example sponsors of an event. I would like to be able to update this
> content in one location and have every page updated instead of having to
> update every page manually. How do I do this?

The FP include described by Kathlen and Rob is one option.

Another iption is to use IFRAME
http://www.htmlcodetutorial.com/frames/_IFRAME.html

Another option is to use dynamic content retrieved from a database or a
text gile.

..PC

Re: Sharing Conten in a cell. by Trevor

Trevor
Sun Jun 18 19:50:16 CDT 2006

p c wrote:
> Steve wrote:
>> I want to have a cell on each page of my website that has the same
>> content. For example sponsors of an event. I would like to be able
>> to update this content in one location and have every page updated
>> instead of having to update every page manually. How do I do this?
>
> The FP include described by Kathlen and Rob is one option.
>
> Another iption is to use IFRAME
> http://www.htmlcodetutorial.com/frames/_IFRAME.html
>
> Another option is to use dynamic content retrieved from a database or
> a text gile.
>
> ..PC

Hi PC,

Yes, I like to use IFRAMEs too.

A disadvantage is supposed to be that Google, etc. index the page
separately, but does this matter?

I am wondering if this is still true
<IFRAME ...> is an HTML 4.0 addition to the frames toolbox. Currently only
MSIE supports <IFRAME ...>.

They work fine in FF.

What about other browsers ?
(I only have IE6 and FF installed, so I can't check any others myself.)
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au



Re: Sharing Conten in a cell. by Thomas

Thomas
Mon Jun 19 08:03:09 CDT 2006

NS 6 and up now support the IFrame.

--
==============================================
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.
==============================================

"Trevor L." <Trevor_L.@Canberra> wrote in message news:uxlxVpzkGHA.1276@TK2MSFTNGP03.phx.gbl...
>p c wrote:
>> Steve wrote:
>>> I want to have a cell on each page of my website that has the same
>>> content. For example sponsors of an event. I would like to be able
>>> to update this content in one location and have every page updated
>>> instead of having to update every page manually. How do I do this?
>>
>> The FP include described by Kathlen and Rob is one option.
>>
>> Another iption is to use IFRAME
>> http://www.htmlcodetutorial.com/frames/_IFRAME.html
>>
>> Another option is to use dynamic content retrieved from a database or
>> a text gile.
>>
>> ..PC
>
> Hi PC,
>
> Yes, I like to use IFRAMEs too.
>
> A disadvantage is supposed to be that Google, etc. index the page separately, but does this
> matter?
>
> I am wondering if this is still true
> <IFRAME ...> is an HTML 4.0 addition to the frames toolbox. Currently only MSIE supports <IFRAME
> ...>.
>
> They work fine in FF.
>
> What about other browsers ?
> (I only have IE6 and FF installed, so I can't check any others myself.)
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
>