Webpage Icon 847
Webpage icons, does anyone know how I do them? You know, the little icons that appear in the address bar? The default one for IE is a little page with an IE sign right on top of it. Gamemaker.nl has a GM6 icon for its. I know that you have to put somthing in the head section of the webpage, but what do you put there? Thanks anyone who took the time to answer. My New Inventory Example Hi everyone. I have made my new inventory example and put it on 64Digits. It has been accepted. It features pop-out inventory. Use, delete, and cancel options when you click on one of the items in your inventory. And seperate boxes so you could make each box do somthing completely different if you wanted (like only certain boxes can hold weapons or somthing). I must say that someone posted that they wanted it to automatically refresh if you have the inventory open when you pick up somthing, this is easily fixed, simply move the stuff in the create event of all of the obj_invent_box1 (replace 1 with 1, 2, 3, 4, 5, or 6, which ever one you are messing with) to the step event in that same object. Enjoy, here is the link:
Its called a Favicon, google it for some tutorials.
Kk, thanks.
<link rel="shortcut icon" href="favicon.ico">
Has to be in ".ico" format and has to be named "favicon" for it to work. Put it between headers.No… it can be a gif as well.:
http://www.bugmenot.com/favicon.gifNot if you want it to work in IE6 (Just tested it)
Thanks guys. Does anyone know if it works if I am testing my site while it is not up and on the world wide web yet? Because I don't have it hosted yet but I don't see my favicon… Also, would it matter if the <link rel="shortcut icon" href="favicon.ico"> is above the <title> tag? Thanks guys.
No no no….
You just put it in the <[blk]head> tag.Anywhere in the head tag, right? I didn't put it in the <title> tag, I just put it before it. But, I still can't see it when I test my site. My site isn't hosted though. Thanks guys.