->
![]()
Create the Correct Size Icon
To create the icon, use an icon editor, such as the one included in Microsoft Visual Studio or one of the many other icon editors available. Regardless of the program you use, make sure you set the editor to create an icon that is 16×16 pixels. Otherwise, the icon will be ignored by Internet Explorer/Firefox.
Associate the Icon with Your Web Page
After creating the icon, you must associate it with your Web page. One way is to save the icon with the default file name of favicon.ico in the root directory of your domainfor example, www.microsoft.com/favicon.ico. Each time your Web page is added to a user’s favorites, Internet Explorer/Firefox automatically searches for this file and places the icon next to all the favorites and quick links originating from your site.
You can also associate the icon with your Web page by saving the icon with a file name other than favicon.ico and adding a line of HTML code in the head section of your Web document. The line of code includes a link tag that specifies the location and name of the file. You can include this link tag on a per-page basis. In wordpress, you can add this link to your themes – header.
<HEAD> <LINK REL="SHORTCUT ICON" href="http://www.mydomain.com/myicon.ico"> <TITLE>My Title</TITLE> </HEAD>
Done!! Now, You can check your site.
Source : http://msdn.microsoft.com
technorati tags: Icon Create Icon Favicon
Popularity: 1% [?]
Comments
Sorry, the comment form is closed at this time.











No comments yet.