Ah. Got it.. I overlooked the / thought I had it already.
 

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

 

  _____  

From: Rick Lansford [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 14, 2007 12:19 PM
To: Carbs Sales&Service
Subject: RE: [ACFUG Discuss] ---> and DW


<cfinclude template="../includes/header.cfm" /> 
 
Make the change then save the file and it should work OK.

  _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil
Sent: Wednesday, March 14, 2007 11:49 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] ---> and DW


So what should it say?
<cfinclude template="../includes/header.cfm"> 
</cfinclude>
 

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

 

  _____  

From: Rick Lansford [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 14, 2007 8:52 AM
To: Carbs Sales&Service
Subject: RE: [ACFUG Discuss] ---> and DW


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
<http://www.acfug.org?fa=login.edituserform>  

For more info, see http://www.acfug.org/mailinglists
<http://www.acfug.org/mailinglists>  
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
<http://www.mail-archive.com/discussion%40acfug.org/>  
List hosted by FusionLink <http://www.fusionlink.com>  
------------------------------------------------------------- 
------------------------------------------------------------- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
<http://www.acfug.org?fa=login.edituserform>  

For more info, see http://www.acfug.org/mailinglists
<http://www.acfug.org/mailinglists>  
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
<http://www.mail-archive.com/discussion%40acfug.org/>  
List hosted by FusionLink <http://www.fusionlink.com>  
------------------------------------------------------------- 

Reply via email to