Skip to main content
Inspiring
November 9, 2020
Answered

Which template?

  • November 9, 2020
  • 2 replies
  • 414 views

In the old version of Dreamweaver (Creative Suite 5), in the upper right-hand corner of an open web page it would tell you which template was being used. I can’t find anything similar to this in Creative Cloud.

 

How do I determine which template is attached to an html file in the Dreamweaver CC interface?

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Nancy OShea

With child page open, look at the 2nd line of your code. 

<!-- InstanceBegin template="/Templates/mainTemplate.dwt" codeOutsideHTMLIsLocked="false" -->

 

Or go to Tools > Templates > Open Attached Template.

 

2 replies

Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
Community Expert
November 9, 2020

With child page open, look at the 2nd line of your code. 

<!-- InstanceBegin template="/Templates/mainTemplate.dwt" codeOutsideHTMLIsLocked="false" -->

 

Or go to Tools > Templates > Open Attached Template.

 

Nancy O'Shea— Product User & Community Expert
Inspiring
November 9, 2020

Thank you.

 

My page did not have that information, but I experimented and found that I did not create the htm page correctly using the new > create option. I suspect that this will fix the problem I had with saving the pages that were incorrectly created.

 

Marcus Libkind