How to display favicons in chrome <HTML> -


i had problem displaying favicon in chrome. works fine in firefox, can't display in chrome. also, else ask if have have website on web display favicons because took link favicon website , tried on html code , worked fine. else note file directory, don't want people correct me on ../ appears in code. said, works in firefox. in advance.

here code:

<!doctype html> <html>  <head>     <link rel="shortcut icon" href="../grafx/ico/fav.ico"> </head>  <body> </body>  </html> 

no, don't have have website on web view favicons in chrome. happens because chrome old versions not support favicon hosted on computer. favicon has hosted on internet server. use photo hosting website. recommend imageshack.

after, this:

<link rel="shortcut icon" href="http://www.urloftheimage.com/image.png" type="image/x-icon"> 

major browsers support png, jpg , gif extensions of favicon. doesn't has .ico, it's use it.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -