Page 1 of 1

Adding an icon in the URL

Posted: Tue Aug 02, 2005 2:00 pm
by raghavan20
How to add an icon before the URL that comes in the address bar?

Posted: Tue Aug 02, 2005 2:03 pm
by hawleyjr

Code: Select all

<link rel="icon" href="/favicon.ico" type="image/x-icon"> 
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

Posted: Tue Aug 02, 2005 2:05 pm
by raghavan20
cheers for that mate...
If you dont mind, can you explain me wot is the difference between those two lines and where are they applicable?