Favicon not working

To place a Favicon on your site you would use the following in the <head> tag

<link rel="shortcut icon" href="http://yourwebsitepath/favicon.ico" />

You need to be sure that the path is correct for the icon. If the path is not correct it will not appear. I have also seen caching issues that makes it seem that the icon isn’t working. Always try to restart your browser after clearing the cache.