Hi i would like to know how i can put a favicon my site.
Hi i would like to know how i can put a favicon my site. |
Follow this instruction step by step and you will not get lost : First you will need to create a favicon.ico or download one from some where. I wish this is helpful for you :) Proud Hosted by Zarconia.net |
Just as a followup, in case anybody else is trying to install it. IE always looks for favicon.ico in the root folder For Firefox, even though several sites gave the code that Eli did below, it didnt work for me. I used (in <head></head> tags): <link rel="icon" type="image/vnd.microsoft.icon" href="http://www.mysite.com/templates/base/favicon.ico" > Which worked:) Alex |
you just put your favicon.ico in public_html/yourwebsite.com and it shows everywhere. |
I placed "favicon.ico" in root folder, and added "<link rel="shortcut icon" href="/favicon.ico"/>" in /templates/base/header.html page in "head" tag. But it's not showing in any of the browser... |
You have to clean your Cache also.. Means the Cache on the PC as well.. |
You have to clean your Cache also.. Means the Cache on the PC as well.. I already did that... |
Then just give it a day.. It will work.. |