Cant change the title after using a Dynamic Web Template...

M

MattyAaron

I can't seem to figure out the problem. Iv'e tried saving the page with a
title before formatting it with the template, and vice versa. Iv'e also
tried creating a new page by right-clicking the template in the folder view
as well as greating a blank new page first and thenfrom the top menu,
selecting the template from 'format." in either case, the page ends up with
the title that Igave the template (in this cse it is "table"). I've tried
renaming the the entire page as well as the title of the page, but nothing
seems to be working. any suggestions?
 
S

Stefan B Rusynko

You need to create an edidable region in the DWT for the page title (and any meta tags) in Code view

<!-- #BeginEditable "pgtitle" -->
<title>Your Title</title>
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->
<meta name="keywords" content=" ">
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<meta name="description" content=" ">
<!-- #EndEditable -->




| I can't seem to figure out the problem. Iv'e tried saving the page with a
| title before formatting it with the template, and vice versa. Iv'e also
| tried creating a new page by right-clicking the template in the folder view
| as well as greating a blank new page first and thenfrom the top menu,
| selecting the template from 'format." in either case, the page ends up with
| the title that Igave the template (in this cse it is "table"). I've tried
| renaming the the entire page as well as the title of the page, but nothing
| seems to be working. any suggestions?
 
J

Joe

I open the page click "save as" then click change title, change the title and
resave over existing file and have no problem. This puts the begin, end edit
tags for me.
 
Top