How to change favicon on EVERY page
3 posters
Page 1 of 1
How to change favicon on EVERY page
I was wondering how to change the favicon on every page. I changed it on the Forum, but it wouldn't change it on my custom HTML page. It still shows the default one.
Brian.- New Member
- Posts : 23
Reputation : 1
Language : English
Re: How to change favicon on EVERY page
Fixed title. Meant to say favicon not navigation bar.
Brian.- New Member
- Posts : 23
Reputation : 1
Language : English
Re: How to change favicon on EVERY page
Try adding this to your custom html page.
- Code:
<head>
<link rel="shortcut icon" href="URL OF FAVICON HERE" />
</head>
Re: How to change favicon on EVERY page
Didn't work.lightningterror wrote:Try adding this to your custom html page.
- Code:
<head>
<link rel="shortcut icon" href="URL OF FAVICON HERE" />
</head>
Brian.- New Member
- Posts : 23
Reputation : 1
Language : English
Re: How to change favicon on EVERY page
If you're not using your forum header and footer then you must add it manually to your HTML page. What lightningterror provided above is correct.
Ex :
Replace https://illiweb.com/fa/favicon/write.ico by the URL of your image.
Ex :
- Code:
<link href="http://illiweb.com/fa/favicon/write.ico" type="image/x-icon" rel="shortcut icon">
Replace https://illiweb.com/fa/favicon/write.ico by the URL of your image.
Re: How to change favicon on EVERY page
Ange Tuteur wrote:If you're not using your forum header and footer then you must add it manually to your HTML page. What lightningterror provided above is correct.
Ex :
- Code:
<link href="http://illiweb.com/fa/favicon/write.ico" type="image/x-icon" rel="shortcut icon">
Replace https://illiweb.com/fa/favicon/write.ico by the URL of your image.
- Spoiler:
- <link href="https://2img.net/h/i870.photobucket.com/albums/ab264/B-Catz/Terminators/Zq3ldEB23_zpsdc6b08a5.png" type="image/x-icon" rel="shortcut icon">
I put that into the HTML page and it still shows the default image.
EDIT: Also tried a 48x48 image, still doesn't work.
Brian.- New Member
- Posts : 23
Reputation : 1
Language : English
Re: How to change favicon on EVERY page
https://illiweb.com/fa/favicon/smiley.icoAnge Tuteur wrote:I forgot to mention that the icon must be in ico format.
I just tried using that one as a test with your coding and it still didn't work. Showed default still.
Brian.- New Member
- Posts : 23
Reputation : 1
Language : English
Re: How to change favicon on EVERY page
lightningterror wrote:Can you provide a link to your forum so we can have a look?
- Spoiler:
- I want this page: http://terminatorsclan.com/
to have the navigation bar like the forum section (the 8 ): http://terminatorsclan.com/forum
Brian.- New Member
- Posts : 23
Reputation : 1
Language : English
Re: How to change favicon on EVERY page
You need to add this in the head tag on every html page , i see that you haven't yet.
- Code:
<link rel="shortcut icon" type="image/x-icon" href="http://i870.photobucket.com/albums/ab264/B-Catz/Terminators/Zq3ldEB_zps3970d2c5.png" />
Re: How to change favicon on EVERY page
Thank you. Topic solved!
Brian.- New Member
- Posts : 23
Reputation : 1
Language : English
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum