Click here to get back home

images on URL line

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
images on URL line Mark Winter 03-02-2007
Get Chitika Premium
Posted by Mark Winter on March 2, 2007, 8:31 pm
Please log in for more thread options


How do you put an image on the URL line? Go to google and in the
navigation box you will see a Multi colored G framed by a multi colored
box. What is the html command to do this?

Thanks

Posted by David E. Ross on March 2, 2007, 8:51 pm
Please log in for more thread options


Mark Winter wrote:
> How do you put an image on the URL line? Go to google and in the
> navigation box you will see a Multi colored G framed by a multi colored
> box. What is the html command to do this?
>
> Thanks

These are icons, call favicons because that's what Micro$oft calls them.

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.

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.

For my Web site, I use seven different icons, depending on the topic
presented in the Web page. See my
<http://www.rossde.com/internet/web_design.html> for details. Scroll
down that page about half-way.

--
David E. Ross
<http://www.rossde.com/>

Natural foods can be harmful: Look at all the
people who die of natural causes.

Posted by BobaBird on March 3, 2007, 8:20 pm
Please log in for more thread options


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?
--

Charles

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.

Posted by Brendan Gillatt on March 4, 2007, 3:24 pm
Please log in for more thread options


On Fri, 02 Mar 2007 18:31:30 -0700, Mark Winter

>How do you put an image on the URL line? Go to google and in the
>navigation box you will see a Multi colored G framed by a multi colored
>box. What is the html command to do this?
>
>Thanks

I expect you do mean what David and BobaBird mean but it is infact
possible in Mozilla and a few other browsers to store data in a URL.

You get your data, Base64 encode it and then use a 'data://' scheme
for it.

Similar ThreadsPosted
How to keep this on one line? May 9, 2007, 4:39 pm
DIV without line breaks June 22, 2005, 4:37 pm
Button on the same line. July 20, 2005, 12:48 pm
Line dividers December 29, 2005, 11:31 am
forcing two hr on the same line January 5, 2007, 10:22 am
best way to set line width July 28, 2007, 11:10 am
duplicate line in IE7 September 26, 2007, 6:26 pm
Why do I get a line break at the end of my forms? November 22, 2004, 12:07 pm
Specifying height of line break March 31, 2006, 10:44 pm
Problem with DOCTYPE line October 12, 2006, 8:36 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap