PDA

View Full Version : URL Images


L8O1S5T
06-21-09, 12:59 AM
You know how next to the address bar there is a little image of the website.

http://img155.imageshack.us/img155/9019/urlimage.jpg

How do you get the image on there? I'm creating a website and was wondering if anyone knew the HTML code for this?

I would appreciate it. Thanks

John
06-21-09, 01:04 AM
It needs to be a specific format for some browsers, and it needs to be named favicon.ico. You can find generators on the 'net. Once you have it, just drop the image into the root of your website. Browsers will pick it up automatically.

Brian
06-21-09, 01:22 AM
I've always used Dynamic Drive's favicon generator (http://tools.dynamicdrive.com/favicon/). It's quick and easy and after it makes it, you can download it all from the same window.

L8O1S5T
06-21-09, 02:11 AM
Thanks John and Brian. I tried the .ico extension and it wouldn't work. So I did the .gif instead. Works now.

Thanks for the help. ;)