PDA

View Full Version : Picture in the URL web browser...


exasko
10-12-03, 07:55 PM
what is the code or how would i go about putting a picuter in my url box on my website...

example blow:

Karen
10-12-03, 08:02 PM
that is a favicon.ico graphic.

Usually a 16 x 16 pixel graphic that needs the .ico extention. There are several placed on the Internet for free that will make the graphic. Do a quick google search I suppose.

Karen

exasko
10-12-03, 08:03 PM
How would I go about adding it to my page? Or could you put me to a direct link where I could go to read about it...

Karen
10-12-03, 08:06 PM
Oh, to add it to your page you just upload it into your files like any other file or graphic.


Karen

exasko
10-12-03, 08:09 PM
so all i do is make a graphic, make the exention .ico upload it to my server and it will apear?


shouldn't i have to put a code in it to tell it to appear?

Mark
10-12-03, 08:19 PM
You don't need to. but you can put in
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">

exasko
10-12-03, 08:19 PM
n.m

http://www.webdevelopersjournal.com/articles/favicon.html

i find one.. this is for anyone else who is looking :D

Dave
10-13-03, 01:13 AM
Note: this only works in IE.

nameslave
10-13-03, 03:10 AM
Originally posted by Dave:

Note: this only works in IE.
Favicon is also supported by Netscape now ... but who's using Netscape anyway? LOL! :D

Dave
10-13-03, 11:42 AM
Originally posted by nameslave:

Favicon is also supported by Netscape now ... but who's using Netscape anyway? LOL! :D I didn't think NS counted. :)

Chicken
10-13-03, 04:35 PM
The one thing I'll add (which I didn't see mentioned already, though it probably was), is that you want to upload the image in your root web directory (index area), not to your images (etc.) folder.

Robert
10-13-03, 05:00 PM
Mozilla also supports it.