Contribute and Favicons

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

  1. #1

    Default Contribute and Favicons

    Hi everybody

    How can I add a Favicon using Contribute ?

    Thank's for your reply.

    Sam
    tolisa Guest

  2. Similar Questions and Discussions

    1. favicons
      I've used favicons for a few years, but only just realised I can put code in the head to point to a favicon. This is handy if you want different...
    2. Admin Contribute in Drmwvr - "must install Contribute"
      I have been administering the Contribute site from Dreamweaver 8, with Contribute 4 installed on the same machine. Now when I try to "Administer...
    3. Do I need Contribute AND Contribute Publishing Server?
      Do I need to have Contribute Publishing Server installed on the web server on order to update web pages with Contribute? - Andrea
    4. Contribute 2 Connection Keys using Contribute 3?
      Is it possible to create a Contribute 2 Connection Key using Contribute 3? If so, how?
    5. Problem creating keys in Contribute 2 for Contribute 3users
      Hi I'm using Contribute 2 or Dreamweaver MX to administer a site. I created a key for a Contribute 3 user. When they try and install the key they...
  3. #2

    Default Re: Contribute and Favicons

    I also would like to add a favicon with Contribute 3. Doesn't anyone have a suggestion? It would be much appreciated.
    Philip Keyes Guest

  4. #3

    Default Re: Contribute and Favicons

    Are you familiar with "Publish file from my computer?" Contribute now gives you
    the ability to upload files directly from a user's desktop to the server.
    Using the Publish File From My Computer feature, users can easily publish a
    file from their computer to the server without having to use the Browse > Edit
    > Publish workflow.
    Instead, the user chooses File > Publish File From My Computer and browses to
    the file that they wish to publish. The user then has the option to select the
    folder into which they want to publish the file.

    Marje Guest

  5. #4

    Default Re: Contribute and Favicons

    While this correct as far as uploading the file to the server, the code
    component of adding a favicon cannot be added using Contribute unless the role
    you are using has access to the "Edit Page Source in External Application"
    command under the Actions submenu of the File menu.

    Assuming that you have access to this function (if not contact the
    administrator of your site) then you need to add the following code into the
    "head" section of the document:

    <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />

    Make sure to replace the value of the "href" attribute with the path to your
    particular icon (the path is relative to the webroot of your site).

    arfore 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