Jeff Posted August 19, 2011 Report Posted August 19, 2011 Here's another code for you who are having trouble adding an icon to your web browser. First, create your .ico using whichever program or online generator you wish, and upload it to: public_html Next add this code to your layout.tpl just after <head> <link rel="icon" type="image/png" href="http://www.yoursite.com/site.png"> <link rel="icon" href="http://www.yoursite.com/favicon.ico" type="image/x-icon"> Rename the favicon.ico to the name of your .ico image and change both address to your website (do not include /index.php). Leave the site.png and type="image/x-icon" as they are, and it should show. This method is tested, and works on both IE9 and Firefox. Quote
Moderators mark1million Posted August 20, 2011 Moderators Report Posted August 20, 2011 I had a heck of a problem getting favicons to show up in ie, in the end what i had to do is use a small command line utility to convert png to ico, it was called png2ico if you do a google you will find it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.