| | |
|
|
|
Re: template locks out meta tags |
| message from Murray *TMM* on 19 Jul 2004 |
You have created your template improperly.
The head code for any template (properly created) *should* look like this -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- TemplateBeginEditable name="doctitle" --><title>Untitled
Document</title><!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
The correct way to create a template page is to create it as a new page, and
use FILE | Save As Template....
Clearly, you will be able to edit both the title and other content in child
pages of that template. The solution for you is to add those editable
regions to the Template's code manually, save the page, and allow your child
pages to update.
|
| beblbrox replied to Murray *TMM* on 20 Jul 2004 |
Thanks, that fixed it - simple thing really
John
|
| Murray *TMM* replied to beblbrox on 20 Jul 2004 |
Yes.
|
|
Archived message: Re: template locks out meta tags (Macromedia Dreamweaver)