Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
changing page title in site based on a template in Dreamweaver 8
Old 01-06-2007, 03:26 PM changing page title in site based on a template in Dreamweaver 8
Mohab's Avatar
Ultra Talker

Posts: 256
Name: Mohab
Location: Cairo, Egypt
Trades: 0
I designed a small site based on one template in Dreamweaver8. I wanted to change the title of all the site pages so I opened the template file and clicked Modify>Page properties but all I got was a windo that contains:

Document Type (DTD)" (drop down menu)

Document Encoding: (drop down menu)

what am I doing wrong?
Mohab is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-06-2007, 04:34 PM Re: changing page title in site based on a template in Dreamweaver 8
Novice Talker

Posts: 12
Trades: -1
or you can click on the HTML tab on look for <title>Title here</title>
NXWeb is offline
Reply With Quote
View Public Profile
 
Old 01-06-2007, 04:45 PM Re: changing page title in site based on a template in Dreamweaver 8
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Quote:
Originally Posted by NXWeb View Post
or you can click on the HTML tab on look for <title>Title here</title>
If it's a template, this won't work - when you switch back to Design View, Dreamweaver will tell you you've made changes it doesn't allow, and revert them.

What you need to do is create a(n invisible) editable region in the page template, in the head region. More or less like this:

Code:
<head>
    <!-- InstanceBeginEditable name="PageTitle" -->
    <title>Shooting Star Trails</title>
    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link href="/Photos.css" rel="stylesheet" type="text/css" />
    <script src="/Nav.js"></script>
</head>
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 01-07-2007, 02:07 AM Re: changing page title in site based on a template in Dreamweaver 8
Mohab's Avatar
Ultra Talker

Posts: 256
Name: Mohab
Location: Cairo, Egypt
Trades: 0
After some searching on the web, I found out how:


From the View menu, select Toolbars>Document to show the Document toolbar.



In the Document toolbar, in the Title text box, type in a title.



Mohab
Mohab is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to changing page title in site based on a template in Dreamweaver 8
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13595 seconds with 12 queries