Click to See Complete Forum and Search --> : picture in adress field


Apan
02-24-2004, 07:58 AM
The little picture that appears in the addres field when visiting some sites, like Web Dev Forum. How to make one appear on my site? Is it a server thing?

fredmv
02-24-2004, 08:04 AM
How about: http://www.favicon.com/ http://www.chami.com/html-kit/services/favicon/

clairec666
02-24-2004, 08:08 AM
fredmv......... what those sites are basically saying is:

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

Simple as that............... just put the icon in the same folder as your page.

fredmv
02-24-2004, 08:10 AM
This is acually another question in which should be added to the FAQs...

pyro
02-24-2004, 08:39 AM
Originally posted by fredmv
This is acually another question in which should be added to the FAQs... Yep, for sure. :)

DaveSW
02-24-2004, 09:44 AM
It is:

http://www.webdevfaqs.com/general.php#favicon

It just needs that chami link.

fredmv
02-24-2004, 09:51 AM
Ah, I would've expected to see it under the HTML section. I also do agree; that is a nice little service they have there at Chami.

IronE
03-14-2006, 02:15 AM
Hi, I just made a web page and successfully made an icon based on this info - thank you. The next thing I would like to do is to add this icon to my gallery. The gallery isn't HTML but PHP - is there a way to do the same changes in there?