Frontpage 2003 DWT changing Page Properties

  • Thread starter Thread starter ez
  • Start date Start date
E

ez

In Frontpage 2003 I am using a DWT on my site. When trying to change
the Page Properties, I can change the Title but the Page Description
and Keywords are grayed out. Is there a way to change the settings of
the DWT to allow me to change all 3 fields on any page in site?
 
In the DWT place the keywords and description meta tags in an editable
region.

In code view:

<!-- #BeginEditable "metas" -->
<meta name="Keywords" content="keywords here" />
<meta name="description" content="description here" />
<!-- #EndEditable -->

Or place these meta tags in the same editable region as the <title> tag.
 
Back
Top