Hello all i just generated Online Favicon & Downloaded to pc I Know i've to upload it in ROOT Directory of website i uploaded it in website root directory but favicon still not appearing what i have to do
add this code to every page you want the favicon to appear in: <link rel="icon" type="image/png" href="http://www.yourwebsite.com/favicon.png" /> this example uses the 32x32 PNG version The code needs to be placed between the <head> and </head> tags, Good luck,
I used to declare my 16x16 pixels, 256 colors favicon as <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico" /> HTML: in <head> section.