How to get an icon from address bar of Opera, I.E. and other browsers ?
+1
A:
The icon is called favicon.ico.
Put a .ico file in the root web directory.
Coronatus
2010-09-05 15:52:28
thank you Coronatus !
alex4
2010-09-05 21:13:39
+1
A:
The question us not specific
if you want to download that icon then you can try domainname.com/favicon.ico, if that doesnot work then view the source code of the page on the
<html><head>
section search forlink rel="shortcut icon"
. following is the favicon for stackoverflow<link rel="shortcut icon" href="http://sstatic.net/stackoverflow/img/favicon.ico">
- If you want to put such icon for your website then put a ico file in root folder of you document root or link each page above code in section with href to your icon file, preferably (16X16) or (32X32)
Idlecool
2010-09-05 16:03:05