Editing Metatags for pages that are attached to DWT

J

John

Cannot edit the page properties for pages that are attached to a DWT
template page. It seems these are inherited from the DWT. Is there a
workaround, or should I go back to the old "Shared Borders"?
 
M

MD Websunlimited

Hi John,

The meta tags are in a section that does not allow editing. Go to codeview and add the tags.
<!-- #BeginEditable "keywords" -->
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<!-- #EndEditable -->
 
S

Stefan B Rusynko

PS
Add the 2 editable regions in your .dwt, as per Mike, plus one for the page title, then let the DWT update all pages

<!-- #BeginEditable "doctitle" -->
<title>........</title>
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->
<meta name="keywords" content=".........">
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<meta name="description" content="...............">
<!-- #EndEditable -->


--




| Hi John,
|
| The meta tags are in a section that does not allow editing. Go to codeview and add the tags.
| <!-- #BeginEditable "keywords" -->
| <!-- #EndEditable -->
| <!-- #BeginEditable "description" -->
| <!-- #EndEditable -->
| --
| Mike -- FrontPage MVP '97 - '02
| http://www.websunlimited.com
| Need to use ASP in a FrontPage 2003 include component? Well you can with IncludeASP!
| http://www.websunlimited.com/order/product/includeASP/includeASP.htm
|
|
| > Cannot edit the page properties for pages that are attached to a DWT
| > template page. It seems these are inherited from the DWT. Is there a
| > workaround, or should I go back to the old "Shared Borders"?
| >
| >
|
|
 

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