Saturday, May 21, 2011

How to set an icon in a web site

 <head id="Head1" runat="server">
    <title>NeedNexus</title>
    <link href="../CSS/ie8-and-up.css" rel="stylesheet" type="text/css" media="all" />
    <link href="../CSS/style.css" rel="Stylesheet" type="text/css" media="all" />
    <link href="../CSS/main.css" rel="Stylesheet" type="text/css" media="all" />
    <link type="text/css" href="../CSS/jquery.mcdropdown.css" rel="stylesheet" media="all" />
    <link href="../fav_icon_1.png" rel="shortcut icon" />
    <link href="../neednexus_icon.ico" rel="shortcut icon" />

</head>

../ - means the main folder
Before you follow this just remove "!" from all tag
If this code help you please visit again . thank you for visit.

No comments:

SQL Optimization

  SQL Optimization  1. Add where on your query  2. If you remove some data after the data return then remove the remove condition in the sel...