Ask a Question related to HTML & CSS, Design and Development.

  1. #1

    Default browser icon

    Is there a way to change the browser icon (in the top left of the page) to a company logo when ever someone navigates to your page?



    matt27 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Acrobat pdf icon switches to Mac Preview icon on save
      When I create a pdf using Distiller, the Acrobat icon appears on the pdf. If I open the pdf in Acrobat and make any notations, when I save it the...
    2. All i can see is a broken image icon (this is a littlepaper looking icon with a circle, square and triangle in it
      Ever since i got flash player 9 my flash player dosn't wok at all. All i can see is a broken image icon (this is a little piece of paper looking...
    3. Changing pdf file icon to Adobe icon
      I was wondering if you could help me change my icons to Adobe! My platform is Windows NT 4.0 Server. I had Adobe Reader v5, and then I installed...
    4. CS Browser - colors darken while viewing in browser
      I recently installed Photoshop CS. I set up color management. When I browse a set of images taken with my Sony F717 they appear in the browser (with...
    5. Modifying "Open Browser Window" behavior to launch a maximized browser
      I want to launch a web application in a fullscreen browser window with nothing but the title bar and the accompanying window borders (I do not want...
  3. #2

    Default browser icon

    is there a way to put an icon or logo in the browser window? here is an example. [url]http://www.alpinezone.com/[/url]

    Lynds23 Guest

  4. #3

    Default Re: browser icon

    If you're refering to the small icon that shows up next to the URL in the
    address bar, it's called a favicon. A google search should net you many
    resources on how to create one and add it to your website.

    johnrkofonow Guest

  5. #4

    Default Re: browser icon

    Hi,

    Insert the following line before </HEAD>

    <link rel="shortcut icon" href="favicon.ico" />

    Create your icon in Fireworks (32 x 32 pixels) and then visit
    [url]http://www.chami.com/html-kit/services/favicon/[/url].

    Browse to your .png file. Hit Generate button and hey presto, your .ico. (as a
    ..zip) Unzip for the final enjoyment. Nice. ;o)



    Originally posted by: Lynds23
    is there a way to put an icon or logo in the browser window? here is an
    example. [url]http://www.chami.com/html-kit/services/favicon/[/url]

    sonnsoff Guest

Posting Permissions

  • You may not post new threads
  • You may not 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