N
Nicola Garone
Does anyone know how to define a shortcut icon for a aspx page?
I found this:
<HEAD>
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
<TITLE>My Title</TITLE>
</HEAD>at
http://msdn.microsoft.com/library/default.asp?url=/workshop/Author/dhtml/howto/ShortcutIcon.aspbut
it seems to be not valid for aspx pages since "SHORTCUT ICON" is signaled as
an invalid attribute for LINK tagThanks in advance for any help...Nicola
I found this:
<HEAD>
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
<TITLE>My Title</TITLE>
</HEAD>at
http://msdn.microsoft.com/library/default.asp?url=/workshop/Author/dhtml/howto/ShortcutIcon.aspbut
it seems to be not valid for aspx pages since "SHORTCUT ICON" is signaled as
an invalid attribute for LINK tagThanks in advance for any help...Nicola