Favicon Help Please..

3 replies
I cannot seem to get our favicon working correctly.

Is there someone that could help me?

I tried putting this in my title tag:

(it won't let me post the link) but it is the standard "shortcut icon" html stuff

and I placed the favicon in our root directory.. but it doesn't work

Any help would be greatly appreciated..

Tom
#favicon
  • Profile picture of the author e-mail2u
    Place this code between the
    <head>

    </head>

    here is the code


    <link rel="shortcut icon" href="insert the url of the favicon here">

    Pm me if you need more help.
    {{ DiscussionBoard.errors[197282].message }}
    • Profile picture of the author eshera
      To make sure you are cross-browser....use this...

      <link rel="icon" href="favicon.ico" type="image/x-icon"/>
      <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>

      (you have to change the "favicon" to your file name_
      -she
      Signature
      There are 10 types of people in the world: Those who understand binary and those who don’t.
      {{ DiscussionBoard.errors[197313].message }}
      • Profile picture of the author Jared Alberghini
        Originally Posted by eshera View Post

        To make sure you are cross-browser....use this...

        <link rel="icon" href="favicon.ico" type="image/x-icon"/>
        <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>

        (you have to change the "favicon" to your file name_
        -she
        Great tip... I was only using one of the two and was wondering why it wasn't showing up half the time... bravo... problem solved!
        Signature

        P.S.

        Join The Future: Telekinetic Marketing

        {{ DiscussionBoard.errors[197549].message }}

Trending Topics