Simple Question: What is THIS called?

Discussion in 'HTML & Website Design' started by jimcass, Jan 22, 2009.

  1. #1
    In the image what is the thing I have circled called?

    ...If anyone knows the code to put this into my site please direct me to a link or post the code. THANKS!

    [​IMG]
     
    jimcass, Jan 22, 2009 IP
  2. webvinay

    webvinay Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Favicon

    just go to dynamicdrive.com and build your own favicon
     
    webvinay, Jan 22, 2009 IP
  3. nihangshah

    nihangshah Prominent Member

    Messages:
    5,536
    Likes Received:
    271
    Best Answers:
    3
    Trophy Points:
    395
    #3
    nihangshah, Jan 22, 2009 IP
  4. jrp1

    jrp1 Active Member

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Yeah, it's a favicon. Its a 16 x 16 .ico file that you append into your website by putting this in your head tags:

    <link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico">
    Code (markup):
     
    jrp1, Jan 22, 2009 IP
  5. dlb

    dlb Member

    Messages:
    203
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    35
    #5
    ^^

    Actually, use t his one;
    <link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico" />
    Code (markup):
    Closing the tag clears a warning when validating for web standards.
     
    dlb, Jan 22, 2009 IP
  6. jrp1

    jrp1 Active Member

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #6
    Wise-guy, eh? =p good point though
     
    jrp1, Jan 22, 2009 IP
  7. kazanova_ks

    kazanova_ks Active Member

    Messages:
    99
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    93
    #7
    if you want free online to make that icon you can here
     
    kazanova_ks, Jan 22, 2009 IP