PDA

View Full Version : favicon for my site.


bazz
02-27-2005, 07:32 PM
Hi,

I would like to create a favicon for my site. I tried a searcxh here but couldnt find anythiong so I ask these two questions.

1. what dimensions should it be
2. Looking at this site I saw this in the source. Is that all I need to do to use it? <link rel="shortcut icon" href="favicon.ico" />

Bazz

liorean
02-27-2005, 07:44 PM
It should be a traditional Windows icon format icon. The size should be at least one 16 with optional larger size forms (an icon file can contain more than one icon). If you target other browsers than Internet Explorer, BMP, PNG, GIF or even JPEG may be used.

JamieR
02-27-2005, 07:57 PM
yeh it has to be 16x16 - you can also use .htaccess for displaying the fav icon I heard a while back rather than using the html.

Jamie.

bazz
02-27-2005, 08:49 PM
Great so I can make a 16 x 16 image. If it looks OK, then is this html the way (or just one way) to link it to the page.

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

bazz

JamieR
02-27-2005, 09:07 PM
yeh that should work :thumbsup:

bazz
03-01-2005, 11:49 AM
Yay!! :thumbsup:

Bazz

Xko
03-01-2005, 03:14 PM
Also try www.favicon.co.uk ;)