Click to See Complete Forum and Search --> : Put an image near the hyperlink in the address bar
figo2476
03-25-2007, 09:45 PM
hi there:
Sometimes, I can see there is an image near the hyper link in the address bar of an browser. I wonder how to do that.
thx
ray326
03-25-2007, 11:59 PM
favicon
Major Payne
03-26-2007, 04:44 AM
Put something like this between the <head> tags using your own path to the image being used as a favicon:
<link rel="shortcut icon" href="imgs/favicon.gif">
You can use this online favicon maker or Google for others: Favicon Maker (http://www.degraeve.com/favicon/)
Here's another at Dynamic Drive: Favicon Maker 2 (http://tools.dynamicdrive.com/favicon/)
This one allows use of scrolling text. Probably best one: Favicon Maker 3 (http://www.html-kit.com/favicon/)
I use an animated GIF image for my favicon.
Ron
nstrickling
04-24-2007, 05:43 PM
What about IE6+?
ryanbutler
04-24-2007, 06:53 PM
IE 6 should be fine with the second code example provided. IE 7 will need a full path defined or the favicon will need to be in the root directory on your server.