|
Posted by David E. Ross on March 4, 2007, 11:08 am
Please log in for more thread options
BobaBird wrote:
> On Fri, 02 Mar 2007 17:51:25 -0800, "David E. Ross"
>
>> You need an icon file with the extension .ico. While some browsers can
>> use other image files, others can only use .ico files. Note that you
>> cannot merely take a GIF or JPEG file and rename it as an icon file; the
>> internal formatting is different.
>
> For the OP, this page has links to a couple of icon editors:
>
<http://www.g4tv.com/techtvvault/features/12427/Make_Your_Icon_Appear_in_the_Browsers_Address_Bar.html>
>
>> Then you need to put the following in the HEAD section of your HTML:
>> <link rel="shortcut icon" href="xx.ICO" type="image/x-icon">
>> <link rel="icon" href="xx.ICO" type="image/x-icon">
>> where "xx" is the name of the file. These will not only put the icon in
>> the address area of your browser when loading the page, but it will also
>> (depending on what browser you use) put the icon in your bookmarks
>> (favorites) file.
>
> I see the icon on the address bar and in bookmarks by using just the
> "shortcut icon" line. How does the "icon" link get used?
I'm not really sure. I was advised to use both. It works with both and
is no real bother to use them.
I might run a test. However, I have only SeaMonkey and IE installed.
Thus, the test would not reveal how Safari, Opera, Konqueror, etc
respond to having only one or the other.
--
David E. Ross
<http://www.rossde.com/>
Natural foods can be harmful: Look at all the
people who die of natural causes.
|