-----Original Message-----
Brian,
By default, Meta tags are not in an editable region. Therefore, when you
change the meta tags in your individual pages, it doesn't "keep" when you
change the DWT.
To correct that, open your .dwt file and make a change in the code for the
meta tags as follows:
Change it from this:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
To This:
<head>
<!-- #BeginEditable "metatags" -->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<!-- #EndEditable -->
Now when you go into code view on your individual pages, you'll see that the
meta tags are editable, and any changes you make will stay.
--
Jim Cheshire
Jimco Add-ins
http://www.jimcoaddins.com
===================================
Buy my book!
Special Edition Using Microsoft FrontPage 2003
Don't take my word for it. Read the reviews!
===================================
Our newest add-in:
FrontPage Cart Companion
http://www.frontpagecartcompanion.com
.