How i can set favicon like this

Discussion in 'HTML & Website Design' started by provaltech, May 18, 2011.

  1. #1
    I need to set favicon like this "https://www.irctc.co.in/". There favicon are showing with the full name. are you have any idea how we can set this kind of favicon.
     
    provaltech, May 18, 2011 IP
  2. IonVM

    IonVM Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I believe it's a feature of EV SSL, which costs $200-300 and requires validation of business registration/identity.
     
    IonVM, May 19, 2011 IP
  3. Guru_101

    Guru_101 Member

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    Thats SSL in the blue, but if you are talking about the small logo next to the URL in the address bar like digitalpoint does..then

    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
    <head profile="http://www.w3.org/2005/10/profile">
    [B]<link rel="icon" type="image/png"  href="/somewhere/myicon.png" />[/B]
    
    […]
    </head>
    […]
    
    
    Code (markup):
    add that...to get favions..

    http://www.favicon.co.uk/
    Code (markup):
     
    Guru_101, May 19, 2011 IP