Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Darren 12 posts 32 karma points
    Feb 24, 2012 @ 15:02
    Darren
    0

    How do I remove the Umbraco icon from the tab in IE9 browser

    Hi,

    I have just got our company web site up and running (www.parnassusonline.co.uk).

    It's not that I dont like Umbraco :-), but is there a way to prevent the Umbraco icon appearing in the tab, i'm using internet explorer 9 / Google Chrome, e.g. I really just want the standard Internet Explorer icon to be there when using IE. 

    Doesn't seem to do this in IE8 ?...

    thanks in advance

    Darren. 

     

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Feb 24, 2012 @ 15:36
    Tom Fulton
    0

    Hi Darren,

    You should be able to do so by removing or replacing the /favicon.ico file.  This isn't added in a default umbraco 4 install, I'm guessing you must have used some type of starter kit?

    -Tom

  • David Loosley 13 posts 33 karma points
    Feb 24, 2012 @ 15:41
    David Loosley
    0

    Hello Daren,

    I've just inserted the following line in the <Head> section:

    <head>

    <title>My Website</title>

    <link rel="shortcut icon" href="/images/myicon.ico" />

    </head>

     

    This is working with IE9 and Chrome 17

     

    Regards

    David

     


  • Darren 12 posts 32 karma points
    Feb 24, 2012 @ 15:48
    Darren
    0

    thanks, sorted

     

    Darren. 

     

     

  • Mike 81 posts 101 karma points
    Mar 05, 2012 @ 22:13
    Mike
    0

    I wanted to revisit this. I used the business template. I changed the "favicon.ico" file in the root and thought that would overwrite the icon in the browser. Then I added this code and it's still showing up.

    <link rel="shortcut icon" href="/favicon.ico" />

    Any ideas?

  • David Loosley 13 posts 33 karma points
    Mar 05, 2012 @ 22:35
    David Loosley
    0

    No idea Mike.

    If you have replaced the favicon.ico then it will not be displayed on your website.

    Does this occur in all browsers?

    Is there some way the image has been cached by the browser?

     

    Regards

    David

Please Sign in or register to post replies

Write your reply to:

Draft