PDA

View Full Version : favicon coding?


heyitsme
03-09-2007, 01:20 PM
can some one help me please

image is located http://www.heyitsme.co.uk/favicon.ico

my domain is http://www.heyitsme.co.uk

what is & were should this code go

areidmtm
03-09-2007, 01:27 PM
you icon is working just fine

heyitsme
03-09-2007, 01:33 PM
you icon is working just fine

oops:o i just deleted coding

thanks added it again

is it still working?

felgall
03-09-2007, 02:03 PM
provided that the file is a proper icon file, is named favicon.ico and is in the same directory as your web page then there is no need for any code in your web pages because that is the default place that web browsers look for it. You only need to put code in your web page if you want to put the file somewhere else or name it something different. It doesn't hurt having the following code in the page though although it is completely redundant.

<link rel="SHORTCUT ICON" href="favicon.ico" />

Early Out
03-09-2007, 02:36 PM
If you really want the belt and suspenders, these two lines should cover all the bases:

<link rel="shortcut icon" href="http://www.yourdomain.com/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://www.yourdomain.com/favicon.ico" type="image/x-icon">