Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Favicon problem?

Favicon problem?

Scheduled Pinned Locked Moved ASP.NET
helpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    keyur satyadev
    wrote on last edited by
    #1

    Hi All i have and master page and put the below tag. it's working fine in Safari. but not working in IE and Mozila. <link rel="shortcut icon" href="favicon.ico"/> if any idea let me know ? thanks

    Regards Keyur Satyadev

    A 1 Reply Last reply
    0
    • K keyur satyadev

      Hi All i have and master page and put the below tag. it's working fine in Safari. but not working in IE and Mozila. <link rel="shortcut icon" href="favicon.ico"/> if any idea let me know ? thanks

      Regards Keyur Satyadev

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      What is the Icon size? Did you tried by removing the browser cache on IE or FF ?

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

      K 1 Reply Last reply
      0
      • A Abhijit Jana

        What is the Icon size? Did you tried by removing the browser cache on IE or FF ?

        Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

        K Offline
        K Offline
        keyur satyadev
        wrote on last edited by
        #3

        16 * 16 and try after removing cache and cookies etc.

        Regards Keyur Satyadev

        S 1 Reply Last reply
        0
        • K keyur satyadev

          16 * 16 and try after removing cache and cookies etc.

          Regards Keyur Satyadev

          S Offline
          S Offline
          sashidhar
          wrote on last edited by
          #4

          I used This Code Below For Favicon And It Is Workin Fine ..!Try This It MAy Help

          <head runat="server">
          <title></title>
          <link rel="shortcut icon" href="favicon.ico">
          <link rel="icon" type="image/gif" href="animated_favicon1.gif">

          </head>

          and I Used the Following Website for the Above Code http://www.html-kit.com/favicon/[^] and Its Working On Google IE also..!

          MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups