karthikeyan_coder Posted August 16, 2006 Share Posted August 16, 2006 how can i show a small picture in browser(firefox) tab.?? similar like Google.com and PHPFreaks. You can see a small pic in tabs.. how can i set it for my site?Thank you. Link to comment https://forums.phpfreaks.com/topic/17761-small-pic-in-browser-tab-similar-like-phpfreaks-google/ Share on other sites More sharing options...
Jen Posted August 16, 2006 Share Posted August 16, 2006 Do you mean the small icon in the address bar? I think you just save the image file as favicon.ico in your root directory, such as this: http://www.google.com/favicon.ico Link to comment https://forums.phpfreaks.com/topic/17761-small-pic-in-browser-tab-similar-like-phpfreaks-google/#findComment-75811 Share on other sites More sharing options...
karthikeyan_coder Posted August 16, 2006 Author Share Posted August 16, 2006 Ahh ok... i will be back after uploading an image... Link to comment https://forums.phpfreaks.com/topic/17761-small-pic-in-browser-tab-similar-like-phpfreaks-google/#findComment-75815 Share on other sites More sharing options...
karthikeyan_coder Posted August 16, 2006 Author Share Posted August 16, 2006 uploaded a ico file in my public_html dir... http://toplancers.com/favicon.ico but i cannt see that image in Firefox. it is going to be downloaded. :( Link to comment https://forums.phpfreaks.com/topic/17761-small-pic-in-browser-tab-similar-like-phpfreaks-google/#findComment-75822 Share on other sites More sharing options...
Jen Posted August 16, 2006 Share Posted August 16, 2006 Put this inside your <head> tags, too:<link href="favicon.ico" type="image/x-icon" rel="icon">(I just copied that from someone else, so I don't know if it's 100% right.) Link to comment https://forums.phpfreaks.com/topic/17761-small-pic-in-browser-tab-similar-like-phpfreaks-google/#findComment-75833 Share on other sites More sharing options...
karthikeyan_coder Posted August 16, 2006 Author Share Posted August 16, 2006 ahh thanks for your reply... i can see it in Opera... http://TopLancers.com but i cannt see that icon in Firefox...Thanks again. Link to comment https://forums.phpfreaks.com/topic/17761-small-pic-in-browser-tab-similar-like-phpfreaks-google/#findComment-75919 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.