Thursday, February 7, 2008

Displaying images in URL

Create a image which you want to display on the url.


Go to favicon.comThere you have a browse option.Select the image from your local machine

using the browse optionClick submitIt will create a small icon and it will display on the page.

Right click and save as "favicon.ico"

Give the exact file name as favicon.ico.Normally it opens in paint.


Now paste that image in your website root directory and on your masterpagewithin <head></head> tags copy and paste the below given link tag:

<link rel="shortcut icon" href="favicon.ico" />

Thats it! You can view it on the url!