Travis,
To be more precise.
1. Create an icon in your image editor
2. a) Save it as "favicon.ico" on the root folder (i.e. the same folder as
index.html, or whatever your home page is)
2. b) Alternativelty, save it anywhere (in my case images/display) and add
this to your index/html
<head>
....
<link rel="shortcut icon" href="images/display/favicon.ico"
type="image/x-icon"/>
....
</head>
Interestingly, I find that this works fine in Firefox, but not in IE6. I
have read that saving the page as a favorite in IE6 wil cause the icon to
appear, but it never has for me.
As you use Firefox, there should be no problems
--
Cheers,
Trevor L.
Website:
http://tandcl.homemail.com.au
Andrew Murray wrote:
> search google for "favicon" (no quotes).
>
> "Travis" <(E-Mail Removed)> wrote in message
> news:82F76C2C-6152-443F-9B98-(E-Mail Removed)...
>> I use Firefox and notice alot of websites have a small icon in the
>> browser bar instead of a blank document icon, as I see now. It is
>> just to the left of
>> http://blah blah.
>>
>> If anyone knows how I can put my logo on my wepage, please help.
>> Thanks