Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot Edit <!-- include file# "/includes/header_1.asp" -->

Status
Not open for further replies.

deanz

Technical User
Mar 28, 2005
5
AU
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# &quot;includes/header_1.asp&quot; -->
I can see the content of the included file in the design view of the page, however if I press the &quot;Edit&quot; 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# &quot;/includes/header_1.asp&quot; -->
then Dreamweaver opens the &quot;include&quot; file in a separate window, but
IE returns an error - cannot use (/) in the path in conjunction with &quot;include file command&quot;.
Any ideas, anyone?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top