subweb - include page not working ?

G

Geoffw

Hi

working within a subweb, have setup an index page with
general detail.

Created (as another page) an information area comprised of a
table containing additional detail plus links.

Used the include page component to place this page into the
index page above but it does not appear ?

Here is the code visible from "view source" in IE

<td width="100%" align="center">&nbsp;
<!--webbot bot="Include"
U-Include="telegraph_point.html"
TAG="BODY" startspan --><!--webbot
bot="Include" endspan i-checksum="0" -->
<p>&nbsp;</td>

all as produced by FP 2000

any suggestions >? advice ?

thanks

Geoff
 
T

Thomas A. Rowe

The FP include page must be in the same web as the page it is being included in.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================
 
G

Geoffw

thanks Thomas

it is in the same subweb ?

Thomas A. Rowe said:
The FP include page must be in the same web as the page it is being included in.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================
 
T

Thomas A. Rowe

Can you provide a URL to this page?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================
 
T

Thomas A. Rowe

Also make sure the Include Page has the standard set of HTML tags.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================
 
T

Thomas A. Rowe

Ok, you are missing the standard set of HTML tags:

<html>
<head>
<Title></title>
</head>
<body>
your page content
</body>
</html>

Only the content that is between the body tags will be included in other pages.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================
 
G

Geoffw

thanks Thomas

now working,

edit / counter edit
I did not even see the body tags as being missing. It is
interesting tho, because in FP2000 using both the normal and
the preview options the file was visible in the index page

thanks again

Geoff
 
M

MikeR

"View source" in a browser does not necessarily give you the same results as
looking at the source in an editor.When you In FP you should have a tab marked
HTML (in FP2002 it's at the bottom of the work window between Normal and Preview).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top