Include bot fails

D

David L. Cole

I'm trying to use the FrontPage 2000 include function (Insert->Component->Include Page) to include a
set of navigation buttons. The buttons show up in the design view, but do not show up when the page
is published. I've looked through this newsgroup and seen some similar problems, but so far nothing
that corrects this particular issue.

Parent page: http://ravenrockramble.org/template.htm
Included page: http://ravenrockramble.org/buttons.htm

Any ideas?

Thanks,

David Cole
 
T

Thomas A. Rowe

The page to be included must have the standard set of basic html tags.

<html>
<head>
</head>
<body>
.... content to be included in other page ...
</body>
</html>

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

David L. Cole

Thomas,

Thank you!!! That did the trick. Thanks for your VERY prompt response.

Cheers,

David
 

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