Favicon won't show up phpBB3

Just add the following code before </head> in your overall_header.html file of your style template:

Code:
<link REL="SHORTCUT ICON" HREF="YOUR FAVICON LINK">
Clear your forum and browser cache to view it.
 
Tried this and still not working for some reason.
 
Make sure you add it to the style you are using and also check the favicon link is working or not.
 
well the favicon is coming up when i go onto my blog but not on the forum.
 
Code:
<link REL="SHORTCUT ICON" HREF="http://applegossip.net/home/sharlen/public_html/favicon.ico">
This is what you have at the moment on your forum. That does not lead to an image hence why it doesn't show

This is what you need to use is this instead
Code:
<link REL="SHORTCUT ICON" HREF="http://applegossip.net/favicon.ico">

I have also moved this topic to the correct forum.
 
Back
Top Bottom