G
Guest
Hi there,
I am using asp.net 2.0 and C# to develop my website. I would like to put a
favicon to my website, so I put the following code in the <head> section
right after <title> tag in a master page:
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon"/>
All my pages are reference to this master page. My icon file in the site
root and it's a windows icon format. The problem is that it's not showing in
IE7. I am not sure why, and wondering if I need to do something more to make
it work.
Thanks,
Mike
I am using asp.net 2.0 and C# to develop my website. I would like to put a
favicon to my website, so I put the following code in the <head> section
right after <title> tag in a master page:
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon"/>
All my pages are reference to this master page. My icon file in the site
root and it's a windows icon format. The problem is that it's not showing in
IE7. I am not sure why, and wondering if I need to do something more to make
it work.
Thanks,
Mike