Want to make your web site standout in crowded favorites lists in browsers and address bars? How about displaying your logo next to links to your site.
Once you have an icon file with your logo, you're ready to take the final step. Following methods will work in Explorer 5.x and higher without having any negative effects on other browsers.
- This is the easiest method to implement and it will work regardless of the particular page on your site users choose to add to their favorites list. Don't worry if you don't have access to your web site root; take a look at the next method. If you have access to the root of your web site, simply save your icon file as "favicon.ico" there. For example, if your web site is "www.chami.com", your icon file should be available at "www.chami.com/favicon.ico". The web browser will look for favicon.ico whenever your site is added to the favorites list and if it is found at the root of your web site, the icon will appear next to the link to your site.
<link rel="SHORTCUT ICON" href="/%7Eyour_directory/logo.ico">
Above tag should be inserted in-between the and tags.
0 comments:
Post a Comment