when ever we open a site in netscape or any other web browser excpt ie we see a small icon with the url(for example y! for yahoo G for google etc) how can we create it .
Printable View
when ever we open a site in netscape or any other web browser excpt ie we see a small icon with the url(for example y! for yahoo G for google etc) how can we create it .
Hey,
There are two easy methods,
Method one
Create or rename the icon you want to favicon.ico and copy it to the root directory of your website. The brwoser will look for this icon as it loads the page.
Method two
use this method is case you don't have access to the root of your website.
add the follwoing ocde between the head section:
also you can use this method to assign an icon to every page "Having unique name for each one"Quote:
LINK REL="SHORTCUT ICON"
HREF="/~your_directory/logo.ico">
Cheers