E
eclipsme
Is Include Page a FrontPage extension, or is it available through html?
Thanks,
Harvey
Thanks,
Harvey
Thanks both Tom and Thomas. If I understand this correctly, I could copyThomas said:It is a design time function of FP.
Ronx said:No.
The FrontPage include page is a feature that works in FrontPage when you
are building/editing pages. If you use an include page, then all pages
that use the include will be updated if/when you edit the include page in a
FrontPage web using FrontPage.
Dreamweaver does not handle FrontPage includes.
You can copy the HTML produced into Dreamweaver, but you will have to copy
it from a View Source in Browser - and updating the include page in
Dreamweaver will NOT update any pages using the include.
Yes, I understand this.Murray said:Besides, using both Dreamweaver and FP to work on a site is risky
business....
Thanks again. I see what you mean. It operates as a server side include,Murray said:Yes, that would be me. Good luck to you!
And to explain further, DW uses standard includes. FP uses special
'design-time includes', which are mediated by FP during the publish process
on any page. The difference is this -
A "standard" include would be a true code fragment, i.e., it is just a
snippet of *stand-alone* code, e.g.,
<p>this would be an example</p>
Note that there are no <html>, <head>, or <body> tags in this snippet (while
you *can* actually do this, it makes Dreamweaver nuts when you do).
A FP include is a complete, stand-alone page, which, when included in the
parent file during publish, the FP bot engine cleans up to remove those
redundant tags.
The concept is precisely the same, but the implementation is different.