I am trying to add a favicon to a site i am working on: http://annum.ca/
I have made a favicon.ico file and placed in in my root folder.
I have added the following to the header of my index.html:
<link rel="icon" type="image/ico" href="root/favicon.ico"></link>
<link rel="shortcut icon" href="root/favicon.ico"></link>
When I view it in Safari or Firefox, the icon does not show up.
Any suggestions?
Thank you so much.
Claire.
