Click to See Complete Forum and Search --> : Image in Internet Toolbar


508
01-26-2008, 05:42 PM
How can I place my own image in a toolbar so the url will look like

image http://www.domainname.com?

Webdeveloper has it set up so it is a yellow WD image followed by http://www.webdeveloper.com

toenailsin
01-26-2008, 06:56 PM
just put this in the head of ur page, and link to the icon you want

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

Major Payne
01-27-2008, 12:33 AM
FavIcon from Pics (http://www.html-kit.com/favicon/)
FavIcon Generator (http://tools.dynamicdrive.com/favicon/)

How to Add a Shortcut Icon to a Web Page (http://msdn2.microsoft.com/en-us/library/ms537656(VS.85).aspx) (IE)

Firefox and the Mozilla Suite support custom "favicons" through the <LINK rel="icon"> tag.

How to Add a Favicon to your Site (http://www.w3.org/2005/10/howto-favicon) According to the w3c.org

Ron