Cannot change page title on page using attached dynamic template

G

Guest

I've created a web page using a dynamic template. I'm unable to change the
page title because it is in a non-editable region.

In Frontpage I've tried right clicking on the file and changing it through
the properties, but it doesn't keep the changes.
 
S

Stefan B Rusynko

In your DWT in code view make the title and other meta tags an editable region
<!-- #BeginEditable "doctitle" -->
<title>...title>
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->
<meta name="keywords" content="...">
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<meta name="description" content="...">
<!-- #EndEditable -->

--

_____________________________________________
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
_____________________________________________


| I've created a web page using a dynamic template. I'm unable to change the
| page title because it is in a non-editable region.
|
| In Frontpage I've tried right clicking on the file and changing it through
| the properties, but it doesn't keep the changes.
 

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