tramadius Posted October 29, 2004 Posted October 29, 2004 I've just added a favicon.ico to a client web site, it works when I enter the address without the www but when the www is entered the favicon disappears from the address bar any idea how to remedy this? This is a problem since google indexes the site's pages with the www present in the OPR. It happens on any browser (IE, NETSCAPE, FIREFOX, SAFARI...etc) http://lafamiglia.com/ <link rel="shortcut icon" href="/favicon.ico" /> I tried adding the full path of the .ico to no avail (see below). When I do this the favicon disappears completely regardless of how the address is keyed into the browser. <link rel="shortcut icon" href="http://www.lafamiglia.com/favicon.ico" /> Quote
AlanV Posted October 29, 2004 Posted October 29, 2004 Try <link rel="shortcut icon" href="http://www.lafamiglia.com/favicon.ico" type="image/x-icon" /> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.