Which file do I enter the code below for the favicon to show?
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
Thank you,
Tommy
Which file do I enter the code below for the favicon to show? <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> Thank you, Tommy |
You don't need that! Just create Favicon and upload to root. Clear browser cache and you will see it =)
Which file do I enter the code below for the favicon to show? <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> Thank you, Tommy
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
if that does not work for you - you will need to add this to your _header.html file. I have personally tried to do as suggested and just upload the favicon and it did not work on any of the dolphin sites I tried it on. If using a custom template, place in _header.html file that is within your custom template (ex. templates/tmpl_new/base/_header.html). If no custom template, then place in templates/base/_header.html. Below is a snippet of what my code is like. My Favicon would only work with a capital F.
<bx_injection:injection_head /> caredesign.net |
Thanks ProfessorSr , I was having trouble getting the favicon to show up on a sub domain. This worked great. if that does not work for you - you will need to add this to your _header.html file. I have personally tried to do as suggested and just upload the favicon and it did not work on any of the dolphin sites I tried it on. If using a custom template, place in _header.html file that is within your custom template (ex. templates/tmpl_new/base/_header.html). If no custom template, then place in templates/base/_header.html. Below is a snippet of what my code is like. My Favicon would only work with a capital F.
<bx_injection:injection_head />
www.CycleMadness.net |
The way I do it, Open pain on your computer and get your logo, or anything else you want for your favicon to be, resize it 16x16 pixels and upload it to your root, that simple, and don't forget to call your file favicon.ico, and done. Sometimes it takes longer for internet explorer to show it, but you can see it right away with Chrome. |