Click to See Complete Forum and Search --> : image in uri / url


quizmonk
10-27-2003, 02:13 AM
Can anyone turn me on to information as to how add an image to the uri / url field? This is a recent trend that is becoming popular, and is displayed after entering a regular dns address.

Khalid Ali
10-27-2003, 02:19 AM
<link rel="Favicon Icon" href="../images/favicon.ico"/>
Where favicon.ico is the image that you may want to appear in the address bar.
The above line of code will go in the head section your html page

quizmonk
10-27-2003, 03:19 AM
Mahalo Khalid...
Nothing like picking brains, brother.
This works, and I have my image.
Cool.