Hello EveryOne,
I'm new to FP so please take it easy on me
In Dreamweaver, when I need to include a file all I need is this statement:
<!--#include file="../help.asp"-->
When I need to edit this help file, I only need to do at 1 place and all the page that has this file included will get affected.
But in FP, looks like the included file is written out in "each and every single" file. That mean I have to go through "each and every single" file to edit it. Is there a way to edit just one file and they all will get affected?
I'm trying the edit a site, they have this:
<!--webbot bot="Include"
U-Include="../../shared/header.asp" TAG="BODY" startspan -->
---code of that header file is also written out here...
Can someone please help me out here?
Thanks.
I'm new to FP so please take it easy on me
In Dreamweaver, when I need to include a file all I need is this statement:
<!--#include file="../help.asp"-->
When I need to edit this help file, I only need to do at 1 place and all the page that has this file included will get affected.
But in FP, looks like the included file is written out in "each and every single" file. That mean I have to go through "each and every single" file to edit it. Is there a way to edit just one file and they all will get affected?
I'm trying the edit a site, they have this:
<!--webbot bot="Include"
U-Include="../../shared/header.asp" TAG="BODY" startspan -->
---code of that header file is also written out here...
Can someone please help me out here?
Thanks.