View Full Version : Icon in address bar ... how to?
hare_sa 02-28-2006, 02:38 AM Hi,
how to put that small picture/icon in address bar like here WHT has ... would like to have my small logo stays in address bar with my domain.
TnX
hycloud 02-28-2006, 02:50 AM favicon.ico
Sma2Al3rb 02-28-2006, 02:51 AM put the icon wich u want
rename it to favicon.ico
and put it in the Public_html Folder
Now , Just Enjoy !
hare_sa 02-28-2006, 02:52 AM put the icon wich u want
rename it to favicon.ico
and put it in the Public_html Folder
Now , Just Enjoy !
Hey, thanks a lot for very very fast response!
regards,
BlueField 02-28-2006, 03:20 AM Thanks, I have been looking how to do this for a while. Well you have just saved me from looking futher :D
Corey Bryant 02-28-2006, 09:48 AM Also check out FavIcon from Pics (http://www.chami.com/html-kit/services/favicon/)
CodyRo 02-28-2006, 07:10 PM Create a square graphic w/ whatever you want, logo, etc, and name it to favicon.ico and place it in the directory you want it to show up on.
Lpal-Jay 02-28-2006, 07:17 PM seems like the questions been answered already, if i'm correct, the favicon is 16x16 pixels right?
Ixvar Inc. 03-01-2006, 06:11 AM put the icon wich u want
rename it to favicon.ico
and put it in the Public_html Folder
Now , Just Enjoy !
Or\and include such code inside <head> :
< link rel="shortcut icon" href="favicon.ico" type="image/x-icon" >
Varelse 03-03-2006, 12:36 AM seems like the questions been answered already, if i'm correct, the favicon is 16x16 pixels right?
Properly made favicon should contain also 32x32 image for desktop shortcuts. Otherwise the 16x16 image is scaled up and looks blurred.
spiderfine 03-05-2006, 12:52 AM i'm so glad for this post, because i have a question that pertains to favicon...how do you get it to work in ie?
ant.eater 03-05-2006, 12:16 PM i'm so glad for this post, because i have a question that pertains to favicon...how do you get it to work in ie?
as Ixvar stated;
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
in the HEAD section of your html page will make the favicon available to IE.
the_pm 03-05-2006, 12:31 PM i'm so glad for this post, because i have a question that pertains to favicon...how do you get it to work in ie?IE will only display the favicon when the site is first cached. After that, it's a crapshoot whether or not it will display it.
It's an IE bug. There's nothing you can do about it.
Premier 03-08-2006, 01:15 AM I find with IE you sometimes have to left-click on the incorrect favicon and drag it into the main window to reload the page several times, then IE finally "sees" the new one.
|