Monday, October 11, 2010

How can we insert a favicon icon or image into the url

1. Create a 16 pixel by 16 pixel image and save it as a png file.
2. In the head section insert the following code:
<link rel="icon" type="image/png" href="http://yourdomain.com/myicon.png" />

1 comment: