CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2012
    Posts
    1

    how to add faviourite icon in my asp.net application

    <link id="Link1" runat="server" rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
    plz give the description of href tag and type

  2. #2
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,209

    Re: how to add faviourite icon in my asp.net application

    href is the url (location) of the icon or in general, the referenced document. type is its MIME type.

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width