Aspx page icon?

M

Martin Marinov

I've tried the code from the msdn library and everything goes correct as it
added the icon in the favorites menu next to the name of the site, but when
you load the page the icon is not changed
as for the SHORTCUT ICON in .Visual Studio .NET 2003 it doesn't underline it
as unrecognized property

Regards
Martin
 
S

Shiva

Hi,

Even though VS.NET's schema doesn't understand 'SHORTCUT ICON' (and hence
you might see a red underline in the IDE editor), it still works from the
browser.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top