Jump to content

Browser Icon


Jeff

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...