not displaying favicon on addressbar
We are trying these code to set the icon on addressbar (just like this site's address bar with 'sun' logo)
<head>
<link rel="shortcut icon" href="http://localhost:7001/public_html/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:7001/public_html/favicon.ico" />
</head>
but it is not working ..plz help us...TIA

