Page links on uploaded pages

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

  1. #1

    Default Page links on uploaded pages

    I created half a dozen Dreamweaver templates (.dwt), stored in the Templates folder in the site root. On the templates I created menus, which can only be edited on the actual templates, not on the pages created from them, so that updating any menu on a template, automatically updates all menus on all pages created from them.

    The links in the menus are absolutely fine on the templates and they work perfectly in all the pages, until they are uploaded to the site.

    The links in the Templates, uploaded into the site root, still seem fine in the template code but all links on the pages created from them and uploaded, have changed. The links are now all directed to Templates. I stress, this has only happened in the uploaded pages, not the uploaded templates themselves.

    For example, in the code of the uploaded pages:
    <a href="emailstaff.html">Email Staff

    has become:
    <a href="Templates/emailstaff.html">Email Staff

    so none of the links now work on any uploaded pages.

    Can anyone tell me why this has happened and how to resolve it, please.

    co1956



    co1956 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Creating a page with links to other pages in document
      Hi I'm using the SDK to create a plugin that combines several PDF-documents into one, and creates a Table of contents. The problem that i have...
    2. Code for email links within database generated pages?
      What is the line of code that must go into a database genearted deatils page to make an email address a live, "mailto" link? I can't remember how to...
    3. Links display blank pages
      I created a site in Publisher 2003 which I published to a Windows Server 2003 (Enterprise) server. Front Page Extensions (2002) are available on...
    4. CSV file uploaded and POST to result page
      "Bela" <aleb@tele2.it> wrote in message news:a0daa249.0307150322.51280175@posting.google.com... Hello again, Bela, If you don't want to just...
  3. #2

    Default Re: Page links on uploaded pages - I should add...

    I should add that the Templates folder (on both the local site and the remote site) has no files in it other than the Template files that are in use.

    co1956



    co1956 webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Page links on uploaded pages - I should add...

    Do the links in the templates begin with ../? If not, that could be whats doing it. Its just going to direct the link outside of the template and into the real HTML folder.


    tif25 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