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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Design view problem

Status
Not open for further replies.

trolldude

Technical User
Apr 29, 2004
14
GB
I have used a cfinclude tag to add a header to my pages but when I open a page that is using the cfinclude tag and view it in design view I can only see the cfinclude template file displaying the header and not the page I want to edit. What can I do so I can see the page I want to edit in design view without having to rem the cfinclude tag from that pages code?

Many Thanks

Trolldude
 
Put the include statements at the bottom of your code. Below the </HTML>

This will allow you to edit. This also means your includes will load last after all other code which you might not want. In that case, once you have the page the way you want it, move the CFINCLUDE statements back to the top of your code.

Cheers

Peace,

Shane
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top