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!:
&lt;title&gt;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>&lt;/title&gt;
2. Wrap it with this code:
&lt;!-- InstanceBeginEditable name="doctitle" --&gt;
&lt;title&gt;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>&lt;/title&gt;
&lt;!-- InstanceEndEditable --&gt;

Reply to this topic