JustinCase2
03-20-2007, 04:26 AM
Can someone explain to me why the following line does not work with .aspx pages?:
<head><link rel="icon" href=flaicon.ico>
<title>
It is supposed to create a small icon in front of the URL. It works perfectly on plain .html pages, but not in my .net 2.0 project...
<head><link rel="icon" href=flaicon.ico>
<title>
It is supposed to create a small icon in front of the URL. It works perfectly on plain .html pages, but not in my .net 2.0 project...