Forum Moderators: mack
<link rel=”shortcut icon” href=”http://www.mysite.com/favicon.ico”>
<link rel=”icon” href=”http://www.mysite.com/favicon.ico>
to my header.php in between <head> and </head>. The fact is I got the </head> but I never seen any <head> in my header.php
I've tried putting the two lines of code in above the </head> but it hasn't been working. Even though I added the <head> above still won't work. Can't somebody point me the correct way to do it thanks
P/S: I'm using Wordpress platform on external domain.
- are you seeing the new code when you view source in your browser and no favicon?
- if you are seeing the favicon source, what happens to the request? have you checked your server logs?
- if the favicon file is being served but not displayed, how did you create your favicon.ico?
You might find some useful information in the above recent topic about the comeback of those little 16x16 squares. :)
if the favicon file is being served but not displayed, how did you create your favicon.ico?
What browser do you use to see if the favicon's there. I noticed that Firefox will display a .gif that you just renamed .ico but IE won't. Have you used an online favicon generator to create yours, or did you just rename an image with a .ico extension?