how do I fix " include that is recursive"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have my home page index.html.... when I publish it I get the following
error... how would I fix this....(1) Page "index.html" contains an include
that is recursive, or that is nested. Aborted processing link information
and FrontPage Components after including 256 pages at the inclusion of
"_borders/left.htm".
Thanks for any help...
 
Do not include a page that already has an include on it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
If you are using shared borders, open the page _borders/left.htm in
FrontPage, and make sure that it does not have any shared borders.
Look for a meta tag immediately before the </head> which should say:
<meta name="Microsoft Border" content="none">
If it is anything else, or missing, change it to the above.

If you cannot see the _borders folder, then Tools->Site Settings - Advanced
Tag
Check "Show hidden folders and files" Click OK and allow the web to
refresh.
If using FP2002 or earlier, then use Tools->Web Settings
 
Back
Top