HELP/URGENT: How to add this type logo on any site??

Discussion in 'Programming' started by wildstone, Apr 13, 2008.

  1. #1
    please take a look at my attached file.
    i have marked the logo. I want this type of any logo should be shown on my site?
    How to do this?
    Any one can help me.
    Its quite urgent.
    PM me please.

    thanks in advance
    wildstone
     

    Attached Files:

    wildstone, Apr 13, 2008 IP
  2. Rob Whisonant

    Rob Whisonant Well-Known Member

    Messages:
    156
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Rob Whisonant, Apr 13, 2008 IP
  3. qurve

    qurve Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That is called a favicon.

    Favicons are .gif images saved with the filename "favicon.ico"

    Most browsers will automatically try to download a favicon from /favicon.ico however you can tell a browser to look for it in a specific location using the following code:

    <link rel="shortcut icon" href="/path/to/your/favicon.ico" />
    Code (markup):
     
    qurve, Apr 21, 2008 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    To be compatable with older browsers they should actually be a icon file rather than a gif. There are plenty of free online conversion tools but the likes of GIMP can also allow you to save as icons
     
    AstarothSolutions, Apr 21, 2008 IP