Toon posts:

Address bar logo-tje

Pagina: 1
Acties:
  • 115 views sinds 30-01-2008
  • Reageer

Verwijderd

Topicstarter
Kan iemand me vertellen hoe je een logo-tje in je address-bar kan toveren (in IE). Hij komt ook in je fav. lijst te staan... Hoe doet een mens dat..? (en kan ik dat truukje ook leren..?)

Verwijderd

Ik heb het inderdaad wel es gezien... volgensmij doen ze dat met java, want met java kun je een aantal dingen in i.e. aanspreken en wijzigen...

_-=DusK=-_ "React! don't think..."
http://people.a2000.nl/gwgro/dusk's%20domain

  • RedHat
  • Registratie: Augustus 2000
  • Laatst online: 17:25
moet je een *.ICO file ergens op je site zetten, weet de naam niet, danl eest de server dat automatish in, en voilá

Verwijderd

--------------------------------------------------------------
The Code: Including an Icon with Your URL (IE5 & Later)
--------------------------------------------------------------

<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">

-------------
Instructions:
-------------

Change the path and icon filename to correspond to the
location of the icon file on your site.

Insert the tag in your < head > < /head > code at the
top of your pages.

When you use this method as opposed to just placing a
favicon.ico file in your root directory, the code above
should appear on any page that might be bookmarked.

Don't forget to confirm that the icon is actually where
you say it is in the LINK REL path!

[END]

Including an Icon with Your URL (Favorites / Bookmarks for IE5)

Basic Method

There is very simple to do, and there is no coding necessary for this. Just do the following:

1. Select any standard Windows icon file.

2. Rename the icon file to favicon.ico

3. Place the favicon.ico file in the root directory on your web server (where your main index page is).

Whenever anyone bookmarks your site, the icon will subsequently show up on their Favorites list. When they visit your site, the icon will also show in the URL window of the browser. That's all there is to it -- it's automatically picked up by IE5 browsers.

One quirk we've noted with this... on many machines, the icon won't show up until after a reboot.

Going Further

If you want to use a different file name than favicon.ico or a different location than the root directory on your server, you can paste the following link reference tag into your <head> </head> code at the top of your page(s).

Just change the paths and filenames to reflect the correct information for your site.

Don't forget to be sure the icon is actually where you say it is in the link path! You can confirm this simply by typing in the address for the icon file, same as you show in the link path in the code below, since IE5 supports this format generally.