Dynamic Web Template Interchange Guidelines

Promoting Standards for Ease of Interchangeable DWTs

DWT (Dynamic Web Template) Standards for Microsoft FrontPage 2003 and DreamWeaver MX



 

 

 

 

 

 

Head Element Section of DWT

The DWTIG Compliant DWTs will contain the following information within the <HEAD> </HEAD> section of each DWT.  The white areas below indicate areas which are editable on individual web pages and/or are carried forward from the attachment of one DWTIG Compliant DWT to another. 

In addition to the three DWTIG defined Editable Regions are two recommended identifying lines, appearing last in the following:

<!-- #BeginEditable "doctitle" -->
<title>Introduction</title>
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->

<meta name="KEYWORDS" content="site keywords here">
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->

<meta name="DESCRIPTION" content="site description here">
<!-- #EndEditable -->
<!-- #BeginEditable "scripting" -->
<!-- Scripting area here -->
<!-- #EndEditable -->
<meta name="DWT Version" content="1.00"> <!-- 10.14.03 / Initial Release -->
<LINK REV="Made" HREF="http://www.yourname.com">

Meta Name DWT Version:  The version will be assigned by the DWT designer, with the initial release being Version 1.00.  The Version number combines both the DWTIG Spec number and the designer's release number, with the initial release being designated by 00, and subsequent releases increasing by increments of 1).  The DWTIG The comment afterward provides the mm.dd.yy of the release, along with any necessary comment (in this case, simply "Initial Release").

Link Rev Made:  Link to web URL of DWT designer.