Editable Regions and Page Title

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using FP2003, I setup a Dynamic Web Template (DWT) with one editable region named "Body" . When I created a new page based on the DWT I can update the Body region, but, I can't change the page title

Does anyone know how to make non page elements, such as the page title, an editable region?
 
In the DWT, code view, set up an editable region for the meta tags you want to be editable by users
<!-- #BeginEditable "doctitle" -->
<title>....</title>
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->
<meta name="keywords" content="....">
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<meta name="description" content="...">
<!-- #EndEditable -->

--




| Using FP2003, I setup a Dynamic Web Template (DWT) with one editable region named "Body" . When I created a new page based on the
DWT I can update the Body region, but, I can't change the page title.
|
| Does anyone know how to make non page elements, such as the page title, an editable region?
 

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

Back
Top