how to add favicon on dolphin 6.1
QuoteOct 01, 2008 20:450 likesLike
 

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

QuoteOct 01, 2008 20:470 likesLike
 

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.
QuoteOct 01, 2008 21:140 likesLike
 

nevermind..i figured it out.^^

QuoteOct 02, 2008 15:130 likesLike
 

nevermind..i figured it out.^^

Fancy Sharing ?

QuoteOct 02, 2008 20:500 likesLike
 

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

QuoteOct 03, 2008 06:290 likesLike
 

Thanks Feji and Sammie

QuoteOct 05, 2008 11:150 likesLike
 

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" />

QuoteOct 06, 2008 07:240 likesLike
 

 

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

QuoteDec 16, 2008 17:140 likesLike
 

Hi,

Should the favicon be ain any paticular size?

Thank

QuoteFeb 17, 2009 07:460 likesLike
 

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.'

QuoteApr 22, 2009 13:230 likesLike
 

And to specify animated and non animated.. use

<link rel="shortcut icon" href="nonanimated/favicon.ico">
<link rel="shortcut icon" href="favicon.ico">

I usually place the animated one in the root and the non-animated on in a subfolder.

Happiness is a warm gun.