D
dziner
Guest
I've been working on a website for a friend of mine and he wants a favicon. So I did some research and found that they are relatively simple. I create a 16x16 pixel image in Photoshop - only 2 colors and save it as a bitmap. I then rename it to favicon.ico and upload it to the web server. I then enteres the following code into the head tag of his index page:
<link rel="shortcut icon" href="favicon.ico">
That's all pretty simple. BUT it doesn't work in Safari or IE (PC). I told my friend to upgrade to a better browser but he refuses to. Some people are just stuck in their ways. Does anyone have any suggestions on what to do?
<link rel="shortcut icon" href="favicon.ico">
That's all pretty simple. BUT it doesn't work in Safari or IE (PC). I told my friend to upgrade to a better browser but he refuses to. Some people are just stuck in their ways. Does anyone have any suggestions on what to do?