Sunday 5 June 2011

How do i change the page titles in dreamweaver using the same template?

I made a template in dreamweaver. My index.html which i named it as Home page is fine. but when i create a new html page and use the same template it makes that page also named as Home page. How do I change the page titles for different pages, but using the same template? please help me|||Take the title out of the template and put one into each page. (Or do it the right way, create the pages in PHP, using echo $title; where you want the title, and you can have $title = %26#039;%26#039;; in the template and just type the name in on each page.





Dreamweaver causes more problems than it would be worth if it were free.|||You change the Title tag in the head like this:





%26lt;title%26gt;You New Page Title%26lt;/title%26gt;





Otherwise you%26#039;d have to implement some PHP and and if statements if you want it within the same file. It would have to be index.php.