Use <cfinclude template="../includes/header.cfm" /> the trailing forward slash prevent the included template from showing on DW.
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil Sent: Wednesday, March 14, 2007 8:33 AM To: discussion@acfug.org Subject: [ACFUG Discuss] ---> and DW I have a wierd thing happening in DW and wonder if anyone has found a setting or work around for it. <!--- Include page header ---> <cfinclude template="../includes/header.cfm"> <form action="searchbysku.cfm" method="POST"> When I add this header in my code the SPLIT or DESIGN screen in Dreamweaver 8 only shows the content of the template in the <cfinclude> the code below it is gone. However if I move the end ---> tab to the end like this. <!--- Include page header <cfinclude template="../includes/header.cfm"> <form action="searchbysku.cfm" method="POST"> ---> I see the rest of the page in SPLIT or DESIGN view. Any wisdom on this? I would hope I would not have to keep moving statement ending tags just to edit a page every time. Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com <http://www.motorcyclecarbs.com/> ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------