Forums
This topic is locked
dreamweaver template title change
Posted 22 Jan 2008 21:53:34
1
has voted
22 Jan 2008 21:53:34 kathryn kathy posted:
I found the answer by checking the web. Here is example for anyone esle.1. Locate the <title> tag in your template, hopefully it's in the <head> tag!:
<title>I am the same title on every page that uses this template. <img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle></title>
2. Wrap it with this code:
<!-- InstanceBeginEditable name="doctitle" -->
<title>I can be changed on each page, but new pages get me by default. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle></title>
<!-- InstanceEndEditable -->