Forum Moderators: phranque

Message Too Old, No Replies

Place company logo in front of url in address bar

         

compose

9:46 pm on Jan 10, 2006 (gmt 0)

10+ Year Member



Hi,

when we open some sites likes php.net, php builder in front of the url of these sites we can see logo of these companies. can any body tell how to place this logo.

Vineet

pmkpmk

9:51 pm on Jan 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's called favicon [en.wikipedia.org]. It's basically a 16x16 image with 256 colors (sometimes extended with an additional 32x32 image) which is stored in the Icon format under the name of
favicon.ico
in the root folder of the website.

Query your favourite search engine for it, and you get lots of results.

stapel

10:34 pm on Jan 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Also do a search for "icon" in the context of "browser". For instance, my pages contain the following line in the HEAD section:

    [3]<link rel="icon" href="purple.png" type="image/png">[/3]

...where "purple.png" is the name of my "icon" file. If you were to visit my site, a little purple and gray graphic would show up in the location bar at the top of the browser window.

Note: The "icon" file is separate and distinct from the "favicon.ico" file. The former is used by, for instance, Firefox to put a graphic next to the URL; the latter is used by Internet Explorer to dress up a "My Favorites" bookmark listing.

Eliz.

Brett_Tabke

10:37 pm on Jan 10, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Favicon [google.com]

compose

3:47 pm on Jan 11, 2006 (gmt 0)

10+ Year Member



Thanx a lot to all of you for ur kind response :).

I got my answer...

Vineet.