Hi,

Welcome to Webune Support Forums - We have excellent web hosting packages for your website. and best of all, we have great support. Thats why we have created the short tutorial to show you how you can put a small icon logo on the address bar of your browser like mozilla firefox.

what you ever visited a website and you've noticed that their company logo appears inside the address bar? you ever wondered how they do it?

well, today we are going to show you how to put a small image on your pages.

the first step is to creat a .ico file. if you are using windows, you can use paint to create an .ico file. and make sure you name it: favicon.ico

once you have created the .ico file, upload it to your website root directory: for example:
http://www.example.com/favicon.ico

for example, if you want to see google's favicon.ico file you can go here:

http://www.google.com/favicon.ico

now that you have uploaded the favicon.ico file, you can put this HTML code on your index page between the <head> and </head> tags:

<link rel="shortcut icon" href="http://www.example.com/favicon.ico" />

thats it, now when you visit your site, the browser will show your logo on each page.

NOTE: may not work on internet explorer