Keywords for template driven pages?

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Keywords for template driven pages?

    Hi,

    I created a template and applied to a set of pages. Then I added keywords and description to each page, but when I change the original template and save, it is updating the pages and replacing keywords of the individual pages with the keywords of the template. How can I prevent this?

    doris


    dorisvank webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. editing template pages
      :confused; I am trying to update pages using Contribute 2. However, I can't get to the template pages to make updates and changes. Do I have to...
    2. IIS Hangs after Updates or Reboot on all ACCESS driven ASP pages
      It never fails, if I install patches or just reboot, all of my ASP pages that call anythin from an Access will simple time out. Page that call...
    3. Keywords in template.
      I am using template. The <meta name="keywords"> and <meta name="description"> tags are locked in the template head section. Will those keywords still...
    4. Applying one template to several pages
      Plato: Depends on what you mean by quick! You can do it this way - Spawn a new page from your template, and cut and paste from one of the...
    5. problems with template pages
      I have an issue using templates. I have created a template page with a top and bottom table containing the graphics and text I want. I have placed...
  3. #2

    Default Re: Keywords for template driven pages?

    Doris,

    Put the meta tags inside the head editable region:

    <!-- TemplateBeginEditable name="head" -->
    <meta name="keywords" content="">
    <meta name="description" content="">
    <!-- TemplateEndEditable -->

    --
    Ken Ford
    Certified Dreamweaver MX Developer
    PVII Support
    [url]http://www.projectseven.com[/url]

    > Hi,
    >
    > I created a template and applied to a set of pages. Then I added keywords and description to each page, but when I change the
    original template and save, it is updating the pages and replacing keywords of the individual pages with the keywords of the
    template. How can I prevent this?
    >
    > doris
    >
    >

    Ken Ford - PVII Support Guest

  4. #3

    Default Re: Keywords for template driven pages?

    Hi Ken,
    thank you so much!!!!!!!!!! It works, super.
    Doris


    dorisvank webforumsuser@macromedia.com 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