Click to See Complete Forum and Search --> : Putting my logo in the users web browser
peteyb
07-21-2006, 11:00 AM
Hey all.
I have just downloaded Opera, FF and IE7, all of which show a sites logo in the address bar at the top and in the tab headings.
How do you insert an image here?
NogDog
07-21-2006, 11:20 AM
Do a search on "favicon" and you'll find all the info you need.
peteyb
07-24-2006, 03:21 AM
thanks
Albatross
07-24-2006, 03:34 AM
http://www.favicon.com
WebJoel
07-24-2006, 08:21 AM
Go to http://www.dynamicdrive.com and on the left-hand side of the page, there is a favicon generator. It can also generate icons for use on your desktop too.
metalman3d
07-24-2006, 01:24 PM
there's also a plugin for photoshop that makes ico files
http://www.telegraphics.com.au/sw/#icoformat
put both of these in, and all also, all browsers will recognize .ico files, but more and more are accepting .jpg and .gif, so you have it easier that way... you can even animate the gif... make is 16px square.
<link rel="icon" href="http://www.whatever.com/images/favicon.gif" type="image/gif" />
<link rel="shortcut icon" href="http://www.whatever.com/images/favicon.gif" type="image/x-icon" />