Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
mcoll628 #1
how to change page title once published?
I would like to change the title of this page (from "techsupport_gis" to
something else) without creating a replica of this page and resaving it as
something else.
[url]http://science.nature.nps.gov/im/units/mwr/techsupport_gis.asp[/url]
How can I do that in contribute once it has already been published? Thanks!
mcoll628 Guest
-
Change page title field width
Not sure if this is the right forum, but I would like to make a change to the Dreamweaver interface. The text box that shows the page title is too... -
Fonts Change size when published
I have been using Contribute 1 for several years now, and found it fairly reliable. Just recently on trying out 3, now when I publish a page all... -
Re : How to change the Wndow title
Hi, I have publish my flash document to a projector file, I use fscommand("showmenu", false) to turn off all menu items but how can I change the... -
D8.5 / D MX: Change text in title bar
Hello, does anybody know, if one can change the text in the title bar of an projector window? Tharion -
How to dynamically change page title using php and require_once?
This is an elementary question, but I've not been able to find the answer, so here goes: I am developing a site using php. I have the html... -
Dobies #2
Re: how to change page title once published?
Once you open a page in Contribute, go into Edit mode. Then go to the Format
drop down menu and select Page Properties. You'll be able to change the page
title here.
If the page properties are locked as the result of a template then you have to
change the page title in Dreamweaver and re-upload it. That's the only way I
know how to do it. Others on the forum may be more advanced and have other
suggestions. Good luck.
Dobies Guest
-
polar_bare #3
Re: how to change page title once published?
Since it is using a template with editable regions, then in DW an editable
region needs to be used for the title. Like below:
<!-- InstanceBeginEditable name="Title" -->
<title>Your Page Title</title>
<!-- InstanceEndEditable -->
That will apply to every page that uses that template. If you are worried
about the title on pages to be default, then change the text in the editable
region to what you would like the default to be:
<!-- InstanceBeginEditable name="Title" -->
<title>Default Page Title</title>
<!-- InstanceEndEditable -->
polar_bare Guest



Reply With Quote

