Thu Jul 30, 2009 9:41 pm - How To Put Company Logo In Browsers Address Bar
#302
How To Put Company Logo In Browsers Address Bar
where and how to put tiny logo in the address bar? well, if you want to know how i will show you ok. displaying a logo in ie's address bar and favorites list is easy, all you have to know is a little bit of css and html so when you own a website how do you put a mini logo? you will know the answer
just put this code in your css
<link rel="shortcut icon" href="favicon.ico" />
just make sure you put the favicon.ico file in your root directory..
if you need more help go to this site:
How To Put An Icon On Your Browser URL Address Bar favicon.ico
i think it doesnot work with internet explorer in the address bar you wont see a shortcut in the address bar but if you have some icons in address bar then it works, but i know for sure it works on firefox address bar but not sure on others browsers address bar there are also is a script for explorer 7 where you can change the address bar for the url graphic in address bar. but if you are not sure, just use a mozilla address bar browser. also i would recommend using chrome and see what happens
just put this code in your css
<link rel="shortcut icon" href="favicon.ico" />
just make sure you put the favicon.ico file in your root directory..
if you need more help go to this site:
How To Put An Icon On Your Browser URL Address Bar favicon.ico
i think it doesnot work with internet explorer in the address bar you wont see a shortcut in the address bar but if you have some icons in address bar then it works, but i know for sure it works on firefox address bar but not sure on others browsers address bar there are also is a script for explorer 7 where you can change the address bar for the url graphic in address bar. but if you are not sure, just use a mozilla address bar browser. also i would recommend using chrome and see what happens
Author: redoso