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.
I believe it's a feature of EV SSL, which costs $200-300 and requires validation of business registration/identity.
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):