PDA

View Full Version : Browser URL bar Icon


chartwise
04-03-2008, 10:53 AM
As in this website (and many others) when looking at the address bar in the browser before the URL there is an icon that replaces the IE or Firefox icon.

Could someone please tell me what code I need to include and if it goes in the <head> as I want to put a customised icon there for my own site.

All help much appreciated

abduraooft
04-03-2008, 11:32 AM
It's known as Favicon (http://en.wikipedia.org/wiki/Favicon),
To set custom image use
<link rel="shortcut icon" href="path-to-image" type="image/x-icon">

http://tools.dynamicdrive.com/favicon/ -> favicon geneator

Donkey
04-03-2008, 12:57 PM
A quick and easy way to make a favicon.ico is at this site:
http://tinyurl.com/afh57

chartwise
04-03-2008, 04:28 PM
It's known as Favicon (http://en.wikipedia.org/wiki/Favicon),
To set custom image use
<link rel="shortcut icon" href="path-to-image" type="image/x-icon">

http://tools.dynamicdrive.com/favicon/ -> favicon geneator
Many Thanks

chartwise
04-03-2008, 04:28 PM
A quick and easy way to make a favicon.ico is at this site:
http://tinyurl.com/afh57

Many Thanks