Skip to main content
October 10, 2006
Question

How to apply a template to multiple pages in one go?

  • October 10, 2006
  • 2 replies
  • 657 views
Hi,

Does anyone know of a method to apply a .dwt template to many .html pages in one go?

I'm working on a site where the Templates folder was moved from where dreamweaver and contribute think it is.

So effectively I'd like to change the template info code in each instance of a template to reflect where that template now is.

Thanks

Peter.
This topic has been closed for replies.

2 replies

Inspiring
October 10, 2006
You have a problem. The Template folder can never be located anywhere other
than the root folder of the local site.

However, you can do a sitewide find and replace to find the before
"../../Templates/issue3.dwt" and replace with "/Templates/issue3.dwt" - do
this with *all* files closed in DW.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"ulsterbot" <webforumsuser@macromedia.com> wrote in message
news:eggeqo$9sv$1@forums.macromedia.com...
> An example of this would be:
>
> <!-- InstanceBegin template="../../Templates/issue3.dwt"
> codeOutsideHTMLIsLocked="false" -->
>
> to
>
> <!-- InstanceBegin template="/Templates/issue3.dwt"
> codeOutsideHTMLIsLocked="false" -->
>


October 10, 2006
An example of this would be: