Tip
One: How
to add a Favicon to your website.
A
favicon is a little icon for a website that shows up in your bookmarks
and next to the URL when someone visits your site. Below are some
examples from a variety of websites:

Download
the Windows Icon (ICO) plugin:
Favicons must be saved in a ICO format. So, before you start,
you'll need to download and install a special Photoshop Plugin.
You can download an ICO plugin from the website here:
http://www.telegraphics.com.au/sw/
Create
your favicon:
1.
Create a 16x16 pixel canvas in Photoshop. Experiment a bit to
create the most expressive icon you can in this limited space.
2.
Save the file in a ICO (Windows Icon) format. Name it "favicon.ico"
[Note:
If your document is not 16x16 pixels, this format will not show
as available even if the new plugin is properly installed.]
3a.
Upload the graphic to the root directory of your website. If the
file is named "favicon.ico" most browsers will locate
it automatically. Or...
3b.
Upload the graphic to another directory and add the following
code in the <head> element of your HTML:
<link
rel="shortcut icon" href="/favicon.ico" type="image/x-icon"
/>
Note:
You should replace "/favicon.ico" in the above example
with the actual location of your favicon.ico file, for example,
"/images/favicon.ico" if you have placed it in your
"/images/" directory.
[Note:
We've added a simple favicon to the web version of this newsletter:
http://www.creativetechs.com/tips/quicktips_25.html]
Send
this Tip to a Friend
Sign
Up for Weekly Tips
|