Web
Design Tip of the Week
How to create a browser icon:
(the picture in a browser tab that tells
people they are on your site (like the Y! for yahoo).
1) Go to the following:
2) Use a picture of choice but choose 16x16 pixels.
3) In source view of all your web pages,
in the <head> tag, insert the following text:
<link rel="SHORTCUT ICON"
href="/favicon.ico">
4) Upload your favicon.ico in the main director of
your host (if that is me, use public_html).
Done!
|