html - Favicon isn't showing -


i have website, trying make favicon. problem is, isn't showing up. on local host shows cloud thing , on page open using html file shows regular white page on sites without favicon.

this how trying implement it.

<link rel="icon" type="image/icon" href="http://www.mywebsite.com/myfavicon.ico"/>  <link rel="stylesheet" type="text/css" href="maincolortest.css" /> 

i without writing single line of code, , works.

just make sure format of file png, , 16x16 pixels. rename 'favicon.ico' , put on root directory of website.

your browser automatically fetch icon , use wherever needs. may need use ctrl+f5 on browser see effect, (it makes deeper refresh)


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -