Hi Dj
Sorry that I got the wrong idea of what you were looking for regarding the icon
I misunderstood what it was that you were looking for, thinking that you were refering to the page banner and not the url icon.
I hope that this is what you are looking for:
Script: Adding An Icon With Your URL - Two Methods
Functions: Whenever anyone bookmarks your site, an icon will subsequently show up on their Favourites list. When your site is visited, the icon will also show in the URL box of the browser.
Browsers: IE5+, NS6+, later FireFox, Opera versions, etc.
Method One
===========
Select any standard Windows icon file. The .ico file *must* be in standard Windows icon file format, or it will be ignored.
Rename the icon file *exactly* to: favicon.ico -- all lowercase. No deviation from this is allowed.
Place the favicon.ico file in the 'root' directory on your web server (where your main index page is).
Whenever your site is bookmarked, the icon will subsequently show up on the visitor's 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 and later browsers.
===========
Method Two
===========
Insert the following LINK tag in the <head>...</head> of your pages.
<LINK>
Change the path and icon filename to correspond to the location of the icon file on your site. The icon graphic filename should be lowercase, no more than eight characters, and the extension must be .ico.
As above, the file *must* be in standard Windows icon file format or it will be ignored.
When you use this method as opposed to Method One above, the
LINK REL code should appear on any page that might be bookmarked.
Don't forget to confirm that the icon file is actually where you say it is in the LINK REL path! the icon must be 16 x 16 pixels, any larger and the browswers ingnore it.
I know that this may be a bit of a mouthful to follow. but is does work.
If this breaks your brain, let me know...
Hope this helps
Regards
Mike