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/>  

 

Reply via email to