Microsoft also guides that:
http://msdn.microsoft.com/library/de...ortcutIcon.asp
use this: <HEAD>
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
<TITLE>My Title</TITLE>
</HEAD>
But I cannot get it work, favicon.com said that I should ask my host manager to enable *.ico files but does that matter when I can view it via its own url ?
and when I view the source of the page has favicon in the address bar, I see nothing like <LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
how come ? T_T