Included content not included

I have produced some new pages with the menu in an included file. The files
preview OK in FP2003, but when previewed locally in an external browser, the
included content is missing. When published, the content is still missing.

FP adds the following text: <!--webbot bot="Include"
U-Include="_includes/menu.htm" TAG="BODY" -->

When the file is viewed external to FP, I see: <!--webbot bot="Include"
U-Include="_includes/menu.htm" TAG="BODY" startspan --><!--webbot
bot="Include" i-checksum="0" endspan -->

but I would have expected to see: <!--webbot bot="Include"
U-Include="_includes/menu.htm" TAG="BODY" startspan -->CONTENTS OF INCLUDED
FILE<!--webbot bot="Include" i-checksum="xxxxx" endspan -->

Any ideas where I might be going wrong? I've used includes successfully in
several other places.

Page is at www.s119192582.websitehome.co.uk/blank.htm

TIA,
Chris



--
Posted via a free Usenet account from http://www.teranews.com
Chris [ So, 06 Januar 2008 17:08 ] [ ID #1900811 ]

Re: Included content not included

Your included page:
http://www.s119192582.websitehome.co.uk/_includes/menu.htm needs to be a
complete web page - it doesn't have any HTML, HEAD or BODY tags.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


"Chris" <chris [at] naos_DELETE_THIS_BIT_.fsnet.co.uk> wrote in message
news:4780f165$0$26110$88260bb3 [at] free.teranews.com...
>I have produced some new pages with the menu in an included file. The files
>preview OK in FP2003, but when previewed locally in an external browser,
>the included content is missing. When published, the content is still
>missing.
>
> FP adds the following text: <!--webbot bot="Include"
> U-Include="_includes/menu.htm" TAG="BODY" -->
>
> When the file is viewed external to FP, I see: <!--webbot bot="Include"
> U-Include="_includes/menu.htm" TAG="BODY" startspan --><!--webbot
> bot="Include" i-checksum="0" endspan -->
>
> but I would have expected to see: <!--webbot bot="Include"
> U-Include="_includes/menu.htm" TAG="BODY" startspan -->CONTENTS OF
> INCLUDED FILE<!--webbot bot="Include" i-checksum="xxxxx" endspan -->
>
> Any ideas where I might be going wrong? I've used includes successfully in
> several other places.
>
> Page is at www.s119192582.websitehome.co.uk/blank.htm
>
> TIA,
> Chris
>
>
> --
> Posted via a free Usenet account from http://www.teranews.com
>
spiderwebwoman [ So, 06 Januar 2008 17:23 ] [ ID #1900812 ]

Re: Included content not included

The page you are including is not a complete page.
It MUST have
<html>
<head>
<title></title>
</head>
<body>
Page content
</body>
</html>

as a minimum.

As the webbot implies, the content BETWEEN the <body> and </body> tags
is loaded into the page. If there is no <body> tag - there is no content
following it...
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Chris" <chris [at] naos_DELETE_THIS_BIT_.fsnet.co.uk> wrote in message
news:4780f165$0$26110$88260bb3 [at] free.teranews.com:

> I have produced some new pages with the menu in an included file. The files
> preview OK in FP2003, but when previewed locally in an external browser, the
> included content is missing. When published, the content is still missing.
>
> FP adds the following text: <!--webbot bot="Include"
> U-Include="_includes/menu.htm" TAG="BODY" -->
>
> When the file is viewed external to FP, I see: <!--webbot bot="Include"
> U-Include="_includes/menu.htm" TAG="BODY" startspan --><!--webbot
> bot="Include" i-checksum="0" endspan -->
>
> but I would have expected to see: <!--webbot bot="Include"
> U-Include="_includes/menu.htm" TAG="BODY" startspan -->CONTENTS OF INCLUDED
> FILE<!--webbot bot="Include" i-checksum="xxxxx" endspan -->
>
> Any ideas where I might be going wrong? I've used includes successfully in
> several other places.
>
> Page is at www.s119192582.websitehome.co.uk/blank.htm
>
> TIA,
> Chris
>
>
>
> --
> Posted via a free Usenet account from http://www.teranews.com
Ronx [ So, 06 Januar 2008 17:23 ] [ ID #1900813 ]

Re: Included content not included

Thanks to all,

I was being too hasty throwing these pages together and should have looked
beyond the main page.

Thanks again,
Chris


"Ronx" <ronx917 [at] hotmail.com> wrote in message
news:%23t2sACIUIHA.4740 [at] TK2MSFTNGP02.phx.gbl...
> The page you are including is not a complete page.
> It MUST have
> <html>
> <head>
> <title></title>
> </head>
> <body>
> Page content
> </body>
> </html>
>
> as a minimum.
>
> As the webbot implies, the content BETWEEN the <body> and </body> tags is
> loaded into the page. If there is no <body> tag - there is no content
> following it...
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Chris" <chris [at] naos_DELETE_THIS_BIT_.fsnet.co.uk> wrote in message
> news:4780f165$0$26110$88260bb3 [at] free.teranews.com:
>
>> I have produced some new pages with the menu in an included file. The
>> files
>> preview OK in FP2003, but when previewed locally in an external browser,
>> the
>> included content is missing. When published, the content is still
>> missing.
>>
>> FP adds the following text: <!--webbot bot="Include"
>> U-Include="_includes/menu.htm" TAG="BODY" -->
>>
>> When the file is viewed external to FP, I see: <!--webbot bot="Include"
>> U-Include="_includes/menu.htm" TAG="BODY" startspan --><!--webbot
>> bot="Include" i-checksum="0" endspan -->
>>
>> but I would have expected to see: <!--webbot bot="Include"
>> U-Include="_includes/menu.htm" TAG="BODY" startspan -->CONTENTS OF
>> INCLUDED
>> FILE<!--webbot bot="Include" i-checksum="xxxxx" endspan -->
>>
>> Any ideas where I might be going wrong? I've used includes successfully
>> in
>> several other places.
>>
>> Page is at www.s119192582.websitehome.co.uk/blank.htm
>>
>> TIA,
>> Chris
>>
>>
>>
>> --
>> Posted via a free Usenet account from http://www.teranews.com
>
>



--
Posted via a free Usenet account from http://www.teranews.com
Chris [ So, 06 Januar 2008 22:38 ] [ ID #1902611 ]
Microsoft » microsoft.public.frontpage.client » Included content not included

Vorheriges Thema: Free Hosting
Nächstes Thema: Correct Confirmation Page Not Showing after Submit