BUG REPORT: FAVICO missing for forum

Still not showing here at my work, on IE8 - I did some research, see this thread:

http://social.msdn.microsoft.com/Forums/en/iewebdevelopment/thread/a6fb09ef-aa3e-4e9e-be44-edbfad322657

Several things in there to try - I would first try on the link where you have:

<link rel="shortcut icon" type="image/x-icon" href="http://arduino.cc/favicon.png">

...in the HTML - changing it to:

<link rel="shortcut icon" type="image/x-icon" href="http://www.arduino.cc/favicon.png">

Perhaps you could do that to the second link, or remove it entirely...?

:slight_smile: