How do I display a logo in the address bar?
I have already created the favicon.ico . I read that I am supposed to put the icon file where ever the index.html file is stored and then there is some html that i am supposed to use.
The website was created by someone else and I am just a volunteer for the company and have no html knowledge so I am completely lost here.
Could someone please give me a very detailed step to step process on how to do this?
Here are directions i found on the net but still have no clue how to do it with these directions so more details please!!!!
If you don't have root access to your server then you'll need to put your icon file wherever you have your index.htm file stored. ...but there's some code to add to your page. You have to tell the
browser were to find your icon file, and what it's named. If your icon
is named "my_icon.ico" and you upload files to the directory
"my_directory" then the following code should go in the HEAD of your
HTML document:
href="/my_directory/my_icon.ico">