i just wanna ask on how to add favicon on dolphin6.1? it's the small icon on the left side of the address bar..
thank
i just wanna ask on how to add favicon on dolphin6.1? it's the small icon on the left side of the address bar.. thank |
Do a search on Google. You will find a lot of help there. i just wanna ask on how to add favicon on dolphin6.1? it's the small icon on the left side of the address bar.. thank There are none so blind as those that will not see. |
nevermind..i figured it out.^^ |
nevermind..i figured it out.^^ Fancy Sharing ? |
Sure. well here's what i've done; i placed this: <link rel="shortcut icon" href="http://www.yoursite.com/media/images/favicon.ico"> just before the </head> of templates/base/_header.html then put the image on the media/images then you got your site a favicon..^^ hope it help you. just ask me if your having problem. -feji |
Thanks Feji and Sammie |
Also you can use the below if you want to use png images rather than ico files: <link rel="icon" type="image/png" href="path/to/image.png" /> |
Also you can use the below if you want to use png images rather than ico files:
<link rel="icon" type="image/png" href="path/to/image.png" /> Brillaint ... thanks man, this is a lot better than the .ico |
Hi, Should the favicon be ain any paticular size? Thank |
Hi, Should the favicon be ain any paticular size? Thank You can create a favicon from your chosen image on lots of sites. Just google 'create favicon.' |
And to specify animated and non animated.. use <link rel="shortcut icon" href="nonanimated/favicon.ico"> I usually place the animated one in the root and the non-animated on in a subfolder. Happiness is a warm gun. |