Click to See Complete Forum and Search --> : Favorite Icon


vanoxis
07-07-2003, 12:45 PM
Looking for the quick and dirty way to add an icon to the favorites list once someone bookmarks your website.

Also if there is a pixel requirement

pyro
07-07-2003, 12:48 PM
Take a look at this thread: http://forums.webdeveloper.com/showthread.php?s=&threadid=1966

vanoxis
07-07-2003, 03:07 PM
thanks for you quick reply ....appreciate it

DaveSW
07-07-2003, 03:15 PM
You could also visit the favicon homepage - http://favicon.com/ - they offer a program that makes favicons. among other things.

pcs800
07-10-2003, 03:17 PM
simply create any icon with any icon making software and then rename it favicon.ico and upload to your site.

I like to create he image in a photo program and then use any2icon to transform it into an icon.

pyro
07-10-2003, 04:23 PM
Originally posted by pcs800
simply create any icon with any icon making software and then rename it favicon.ico and upload to your site.That will work in IE, which spams the server by sending a request of it every time it views a page. For other browsers, include this:

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