Re: logo in address bar
Re: logo in address bar
- Subject: Re: logo in address bar
- From: Dev WO <email@hidden>
- Date: Mon, 21 Jun 2004 15:24:31 +0200
Hi Tom,
this is pretty much an HTML thing, not really a WO feature.
You've got to add a line for the "meta favicon" (which is not really a
standardize item, so if a browser doesn't display it, you can't blame
it;))
So here's the lines that have to be in you're <head></head>:
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
Assuming you're .ico icon file is at the root level of you're website
folder.
Make sure this file (favicon.ico) isn't too big (it shouldn't be more
than 4kb, and sometimes it's even under 1kb)
Sometimes, you can only put the file at the root level and it'll work
without the "meta", but if people access another part of the website
directly it may not work, so just make sure it's in the Head.
Xavier
Le 21 juin 04, ` 14:45, Tom Pelaia a icrit :
Hi,
I noticed that many websites have their company logo appear in the
address bar of the web browser. For example, if you type
"www.apple.com" in the address bar of your web browser you will see a
little apple logo appear to the left of "http://www.apple.com" in the
address bar. How does one specify their logo to appear in the
browser's address bar? I would like my WebObjects application to
specify our lab's logo to appear there.
thanks,
-tom
--
Tom Pelaia
SNS Project, 701 Scarboro Road, MS-6473, Oak Ridge, TN 37830
phone: (865)574-6421, fax: (865)574-6617
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.