Missing Template file - how to recreate

G

Guest

Hi,

I have inherited a site and I have made changes to the editable stuff, but
now need to change the contact info on each page. The pages show
.../template/template.dwt , but when I go to edit this, it does not exist.
Seems the template may have been deleted, but the pages still use the code??

I could detach the templates and fix each page, but how can I recreate the
template and them reapply it so I do not have to edit each page individually?

Thanks,
Lisa
 
S

Stefan B Rusynko

Copy any page using it and save it as somenewtemplate.dwt
- edit it to remove any content in the editable regions and apply your new DWT to all pages

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi,
|
| I have inherited a site and I have made changes to the editable stuff, but
| now need to change the contact info on each page. The pages show
| ../template/template.dwt , but when I go to edit this, it does not exist.
| Seems the template may have been deleted, but the pages still use the code??
|
| I could detach the templates and fix each page, but how can I recreate the
| template and them reapply it so I do not have to edit each page individually?
|
| Thanks,
| Lisa
|
|
 
M

Murray

They will have to do a bit more cleanup than that, won't they, Stefan?

What about the <!-- #BeginTemplate and the <!-- #EndTemplate markup?
 
G

Guest

Please - which tag do I leave - I have:

<!-- #BeginTemplate "NewTemplate.dwt" -->
<!-- #BeginEditable "doctitle" --> ...<!-- #EndEditable -->
- javascript
<!-- #BeginEditable "banner" -->...<!-- #EndEditable -->
- some buttons for navigation
<!-- #BeginEditable "pageContent" --><h1> </h1><!-- #EndEditable -->
- the contact info
<!-- #EndTemplate -->

Thanks,
Lisa


Murray said:
They will have to do a bit more cleanup than that, won't they, Stefan?

What about the <!-- #BeginTemplate and the <!-- #EndTemplate markup?

--
Murray
--------------
MVP FrontPage


Stefan B Rusynko said:
Copy any page using it and save it as somenewtemplate.dwt
- edit it to remove any content in the editable regions and apply your new
DWT to all pages

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi,
|
| I have inherited a site and I have made changes to the editable stuff,
but
| now need to change the contact info on each page. The pages show
| ../template/template.dwt , but when I go to edit this, it does not
exist.
| Seems the template may have been deleted, but the pages still use the
code??
|
| I could detach the templates and fix each page, but how can I recreate
the
| template and them reapply it so I do not have to edit each page
individually?
|
| Thanks,
| Lisa
|
|
 
M

Murray

- javascript
<!-- #BeginEditable "banner" -->...<!-- #EndEditable -->
- some buttons for navigation
<!-- #BeginEditable "pageContent" --><h1> </h1><!-- #EndEditable -->
- the contact info

Leave these.

--
Murray
--------------
MVP FrontPage


Lisa said:
Please - which tag do I leave - I have:

<!-- #BeginTemplate "NewTemplate.dwt" -->
<!-- #BeginEditable "doctitle" --> ...<!-- #EndEditable -->
- javascript
<!-- #BeginEditable "banner" -->...<!-- #EndEditable -->
- some buttons for navigation
<!-- #BeginEditable "pageContent" --><h1> </h1><!-- #EndEditable -->
- the contact info
<!-- #EndTemplate -->

Thanks,
Lisa


Murray said:
They will have to do a bit more cleanup than that, won't they, Stefan?

What about the <!-- #BeginTemplate and the <!-- #EndTemplate markup?

--
Murray
--------------
MVP FrontPage


Stefan B Rusynko said:
Copy any page using it and save it as somenewtemplate.dwt
- edit it to remove any content in the editable regions and apply your
new
DWT to all pages

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi,
|
| I have inherited a site and I have made changes to the editable
stuff,
but
| now need to change the contact info on each page. The pages show
| ../template/template.dwt , but when I go to edit this, it does not
exist.
| Seems the template may have been deleted, but the pages still use the
code??
|
| I could detach the templates and fix each page, but how can I
recreate
the
| template and them reapply it so I do not have to edit each page
individually?
|
| Thanks,
| Lisa
|
|
 
S

Stefan B Rusynko

Not really
Since FP does not support nested DWT templates it automatically strips the
<!-- #BeginTemplate and the <!-- #EndTemplate markup tags out


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| They will have to do a bit more cleanup than that, won't they, Stefan?
|
| What about the <!-- #BeginTemplate and the <!-- #EndTemplate markup?
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | > Copy any page using it and save it as somenewtemplate.dwt
| > - edit it to remove any content in the editable regions and apply your new
| > DWT to all pages
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | > | Hi,
| > |
| > | I have inherited a site and I have made changes to the editable stuff,
| > but
| > | now need to change the contact info on each page. The pages show
| > | ../template/template.dwt , but when I go to edit this, it does not
| > exist.
| > | Seems the template may have been deleted, but the pages still use the
| > code??
| > |
| > | I could detach the templates and fix each page, but how can I recreate
| > the
| > | template and them reapply it so I do not have to edit each page
| > individually?
| > |
| > | Thanks,
| > | Lisa
| > |
| > |
| >
| >
|
|
 
G

Guest

You are both right - Frontpage did remove the tags so I was only left with
the ones I needed. When I took a sample page, changed the template and
attached it, it all looks great.

THANKS!
Lisa

Murray said:
It does that when you save the file as a dwt? Hmmm....

--
Murray
--------------
MVP FrontPage


Stefan B Rusynko said:
Not really
Since FP does not support nested DWT templates it automatically strips the
<!-- #BeginTemplate and the <!-- #EndTemplate markup tags out


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| They will have to do a bit more cleanup than that, won't they, Stefan?
|
| What about the <!-- #BeginTemplate and the <!-- #EndTemplate markup?
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | > Copy any page using it and save it as somenewtemplate.dwt
| > - edit it to remove any content in the editable regions and apply your
new
| > DWT to all pages
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | > | Hi,
| > |
| > | I have inherited a site and I have made changes to the editable
stuff,
| > but
| > | now need to change the contact info on each page. The pages show
| > | ../template/template.dwt , but when I go to edit this, it does not
| > exist.
| > | Seems the template may have been deleted, but the pages still use
the
| > code??
| > |
| > | I could detach the templates and fix each page, but how can I
recreate
| > the
| > | template and them reapply it so I do not have to edit each page
| > individually?
| > |
| > | Thanks,
| > | Lisa
| > |
| > |
| >
| >
|
|
 
M

Murray

Awesome....

--
Murray
--------------
MVP FrontPage


Lisa said:
You are both right - Frontpage did remove the tags so I was only left with
the ones I needed. When I took a sample page, changed the template and
attached it, it all looks great.

THANKS!
Lisa

Murray said:
It does that when you save the file as a dwt? Hmmm....

--
Murray
--------------
MVP FrontPage


Stefan B Rusynko said:
Not really
Since FP does not support nested DWT templates it automatically strips
the
<!-- #BeginTemplate and the <!-- #EndTemplate markup tags out


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| They will have to do a bit more cleanup than that, won't they,
Stefan?
|
| What about the <!-- #BeginTemplate and the <!-- #EndTemplate markup?
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | > Copy any page using it and save it as somenewtemplate.dwt
| > - edit it to remove any content in the editable regions and apply
your
new
| > DWT to all pages
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > | > | Hi,
| > |
| > | I have inherited a site and I have made changes to the editable
stuff,
| > but
| > | now need to change the contact info on each page. The pages show
| > | ../template/template.dwt , but when I go to edit this, it does
not
| > exist.
| > | Seems the template may have been deleted, but the pages still use
the
| > code??
| > |
| > | I could detach the templates and fix each page, but how can I
recreate
| > the
| > | template and them reapply it so I do not have to edit each page
| > individually?
| > |
| > | Thanks,
| > | Lisa
| > |
| > |
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top