Hello I made a favicon.ico file 16X16 using photoshot and saved it in my public_html folder.
Do I need to edit the CSS file to make it show?
Regards
Hello I made a favicon.ico file 16X16 using photoshot and saved it in my public_html folder.
Do I need to edit the CSS file to make it show?
Regards
In your layout.tpl, inside the <head></head> section, add the following:
<link rel="icon" type="image/png" href="http://example.com/myicon.png">
Replacing the URL with your own.
tom will this work for every ico mening i have 3 installes in 1 folder and would like 3 different favicons.
gr joeri
Funny subject, i have been googleing this all day today, i have no problem with the favicon but i cant get it to show up in IE
Joeri Yes just set the favicon names to the right image you want to display in the header of your site.
Funny subject, i have been googleing this all day today, i have no problem with the favicon but i cant get it to show up in IE
Try using both <link rel=“icon”… and <link rel=“shortcut icon”…
Oh and to clarify, the example I mentioned first was for a .png file. Here’s the code for an .ico:
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
Cheers Tom i will give that a go