Keeping page title after applying DWT

  • Thread starter Lloyd Codrington
  • Start date
L

Lloyd Codrington

I am using a template on a site that has sixteen pages but every time I add
content to the template and update the pages connected to it them pages loose
there browser window name. Obviously this is also going to affect search
engine optimization so I could really do with someones help. I have taken
the title tag out of the DWT but it then does that to all the pages when
updating.

Does anyone have any ideas?
 
M

Murray

Manually add an editable region around the Template's title tag, e.g.,

<!-- #BeginEditable "doctitle" --><title>Untitled Document</title><!--
#TemplateEnd -->
 
L

Lloyd Codrington

Thanks Murray.

Murray said:
Manually add an editable region around the Template's title tag, e.g.,

<!-- #BeginEditable "doctitle" --><title>Untitled Document</title><!--
#TemplateEnd -->
 
R

Ronx

That should be
<!-- #BeginEditable "doctitle" --><title>Untitled Document</title><!--
#EndEditable -->
 
B

Bill gold

--
bill


Murray said:
Manually add an editable region around the Template's title tag, e.g.,

<!-- #BeginEditable "doctitle" --><title>Untitled Document</title><!--
#TemplateEnd -->

--
Murray
============




My FP automatically adds a doctitle field when I manage editable field which I find pretty intelligent even for MS
 
Top