I have a server-side include file that sits in the "includes" folder under the site root. The line in the page code looks like this:
<!-- include file# "includes/header_1.asp" -->
I can see the content of the included file in the design view of the page, however if I press the "Edit" button on the properties tool, it says the file contains an incorrect path. If I make the file path relative to the root, (i.e. add a (/)
<!-- include file# "/includes/header_1.asp" -->
then Dreamweaver opens the "include" file in a separate window, but
IE returns an error - cannot use (/) in the path in conjunction with "include file command".
Any ideas, anyone?
<!-- include file# "includes/header_1.asp" -->
I can see the content of the included file in the design view of the page, however if I press the "Edit" button on the properties tool, it says the file contains an incorrect path. If I make the file path relative to the root, (i.e. add a (/)
<!-- include file# "/includes/header_1.asp" -->
then Dreamweaver opens the "include" file in a separate window, but
IE returns an error - cannot use (/) in the path in conjunction with "include file command".
Any ideas, anyone?