Have you ever wondered about getting a fancy little icon by your url? Its so easy!!
Step 1- design your logo.
Step 2- resize your logo using this cool
generator and save on your computer. Save as "
favicon". So it would be
favicon.ico.
Step 3- copy and paste this code on all your web pages.
Upload the file with FTP to the root section of your web site (the first page area, where you put files like index.html). Open up index.html, and add this line after any meta tags in the HEAD section but before the </head>.
<link REL="SHORTCUT ICON" HREF="http://yoursitedotcom.here/favicon.ico">
OR
If you are in a user directory, without a domain, add something like this instead:
<link REL="SHORTCUT ICON" HREF="http://yoursitedotcom.here/yourdir/favicon.ico">
and voila -- your very own favicon!