Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: Pissed_Macman on 11 January 2003, 06:36

Title: Those cool little icon things
Post by: Pissed_Macman on 11 January 2003, 06:36
When I go to certain pages with Mozilla these little icons appear in front of the web address. Is there a code to do this whenever someone visits your site?
Title: Those cool little icon things
Post by: voidmain on 11 January 2003, 07:24
favicon.ico
Title: Those cool little icon things
Post by: KernelPanic on 11 January 2003, 17:29
Use png2ico (http://www.winterdrache.de/freeware/png2ico/) to create them.
Put them in the same directory as your page, put this between your head tags:
Code: [Select]
Title: Those cool little icon things
Post by: Refalm on 11 January 2003, 23:22
I don't want to convert my png's to ico's. I use this:

Code: [Select]

And it worked great.