how to change page title once published?

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139