Hello everyone..
Ive tried to assign an icon to my webstie..
It worked idyllically on Firefox.. However, on IE 8 and IE 9 it had no response at all as if there were no icon!
As far as I can see, Daniweb is also facing the same problem; I mean the icon of the website can be seen on FF but not on IE. Also this very icon (of Daniweb) is viewed differently on Netscape!
Can anybody explain please?
Heres the code Ive written:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Another question; Does it have to be named favicon.ico in order for it to work in all cases?