Titles changing without my permission :-)

  • Thread starter Thread starter ez
  • Start date Start date
E

ez

Title of my index page keeps reverting back to "New Page 1".
I am using a DWT.
These are the first few lines of code in the DWT, that may be having
an effect on this problem.
<head>
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<!-- #BeginEditable "doctitle" -->
<title>Jacksonville Entertainment Events</title>
<!-- #EndEditable -->
<!-- #BeginEditable "metas" -->
<meta name="keywords" content="keywords here" />
<meta name="description" content="description here" />
<!-- #EndEditable -->
<style fprolloverstyle>A:hover {color: #FF0000}
</style>
It seems to only do this when I make a change in the DWT and save it.
Any ideas on how to fix this?
 
The <title> in your DWT is in an editable region. This will not affect
or alter any existing titles on your pages when the DWT is edited and
saved.

Download FP Cleaner from http://www.95isalive.com/fixes/fpclean.htm
Run the routines that delete the hidden temporary files, and delete the
hidden web cache files.
Then change the title on your index page.
 
Back
Top