Apparantly the include page componenet works independantly of extensions. I say 'apparantly' because although that is said to be true I have not personally used it on a site without extensions.An alternative, which has the same effect exactly, is to use Server Side Includes, which are basically the same as FP includes (Though they can do a lot more) but are completely independant of FP. Instead of the usual FP include code that appears in the HTML view, eg:
<!--webbot bot="Include" U-Include="navigation.htm" TAG="BODY" -->
you would use the SSI include code as below:
<!--#include virtual="navigation.htm"-->
You will find a good overview of SSI here: http://bignosebird.com/ssi.shtml
One comment, I am constantly amazed at how often people post here about problems with extensions. I have never, ever, had a single problem with extensions on any of the more than 20 sites I have published that use them. I am amazed at your forebearance on this issue. In case you are interested I host the sites at www.digihost.com
------------------
Katherine
InKK Design
LinKKs - Kilkenny's Online Magazine
-*-*-*-*-*-*-*-*-*-*
"Dogs have owners, cats have staff!"
[This message has been edited by abbeyvet (edited 03-26-2001).]