Frontpage 2003 DWT changing Page Properties

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?
 
R

Ronx

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.
 

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