I've seen this done - can't remember where, and I can't find a website that uses it or I'd get the code from that.
Basically, does anyone know how I can put a different icon other than the standard IE one up there in the caption?
Printable View
I've seen this done - can't remember where, and I can't find a website that uses it or I'd get the code from that.
Basically, does anyone know how I can put a different icon other than the standard IE one up there in the caption?
Do you mean beside the address, like they have on those channel sites?
I'm not sure if this is what you're after but:
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
Place this in the <head></head> of the document. This will only work if the user adds the page as a Favorite.
Here's the full article:
http://msdn.microsoft.com/library/de...ortcuticon.asp
Chris