Peace Sign Icon in URL line

Here is how to put an image in the URL line

Here is how you can put an image in the URL line where people type the URL of the web page they want to view.

This is the image we are using and it looks like they are not letting us steal it:

Peace sign image that we are using in the line people type in the URL on
and this is the URL the image is at
www.craigslist.org/about/favicon.ico
In the <head > section

Put this

 <link rel="shortcut icon"
href="http://www.craigslist.org/about/favicon.ico"
type="image/x-icon">

or

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

In this URL I use my own copy of the Peace Sign in the URL.

This is my stinking copy of the image

peace sign image - my_peace_sign_icon.ico
 

Other Stuff