CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
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,210

    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.
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured