Keeping page title after applying DWT

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Manually add an editable region around the Template's title tag, e.g.,

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

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

<!-- #BeginEditable "doctitle" --><title>Untitled Document</title><!--
#TemplateEnd -->
 
That should be
<!-- #BeginEditable "doctitle" --><title>Untitled Document</title><!--
#EndEditable -->
 
--
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
 
Back
Top