URL Link Picture

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neogazz
    New Member
    • Apr 2010
    • 55

    URL Link Picture

    I have quite a simple question, how do you add a little picture near the url link in a browser? See attachment.
    Attached Files
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    It's a Favicon.

    Create an .ico image (an icon) and put it in the root directory of your website.

    Then add the following:

    Code:
    <link rel="shortcut icon" href="http://example.com/myicon.ico" />
    -Frinny

    Comment

    • neogazz
      New Member
      • Apr 2010
      • 55

      #3
      Many thanks, this is a great help :) have a great evening...

      Comment

      Working...