Forum Moderators: mack

Message Too Old, No Replies

Title in Dreamweaver Template

How to make the Title Editable.

         

zolat1

7:12 pm on Jul 7, 2004 (gmt 0)

10+ Year Member



How can I make the title an editible region? Is this even possible or do I have to make it a general Title that will be good for every single page that will use it? Please advise.

Update--I figured it out by manipulating the code. Thank you.

whoisgregg

5:54 am on Jul 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sorry I missed responding to this response in your earlier post. I'd still like to post the solution here in case someone else is having the same problem.

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. :(</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. :)</title>
<!-- InstanceEndEditable -->