[help] logo in address bar?

i wanna put a logo in the cybrian.com address bar and i don't know what to do. is it an html tag? a special filename? i don't know how. thx for the help.

#218680

Well, you need an icon called "favicon.ico".

Also,

<link rel="shortcut icon" href="../../unavailable.html" type="image/x-icon" />

will make sure the icon show if you have the icon in the root directory of your website and you have other pages (eg. a forum) that you want the favicon showing.

#218682

ok thx that sounds familiar (i used to know but i forgot :mad: )

#218691

Make sure it is a 16x16 icon.

#218735

I believe the standard for favicons are sizes 16x16 and 32x32, and 16bit and 32bit colours.

#219030

I believe the standard for favicons are sizes 16x16 and 32x32, and 16bit and 32bit colours.

Maybe, but I don't think any browser currently supports anything hight than 16x16 pixels for the icon.

(waits for someone to prove me wrong)

#219091

Oof. Wasn't thinking when I was typing. Didn't mean to put 32x32, rather 32bit colour.

#219121