( search forums )
FF icon
Soldat Forums - Soldat Fans - Web Pages
zoldat
July 22, 2005, 10:29 am
[IMAGE]
How to put a small logo like on google
explained by Vijchtidoodah(in next post)
All credit to Vijchtidoodah.

Vijchtidoodah
July 22, 2005, 11:00 am
It's called a favicon.

Here, let me explain it in more detail: you can create a favicon by using almost any image editor or free website service (favicon.com, for example). If you make your own, keep in mind that the picture you use has to be 16 x 16, only use 16 different colors, and have a file extension of .ico.

To use this file once you've made it, you should name it favicon.ico and either place it into your root directory or place the following code between the <head> tags like so:
[code]<HEAD>
<LINK REL="SHORTCUT ICON" HREF="http://www.domainname.com/folder/favicon.ico">
</HEAD>[/code]
Keep in mind that if you use the latter method, you'll have to put the code on each and every page (unless you supercede it with java script, I believe).

If you want to check out other people's favicons (like the soldat forums one), just type in the domain name followed by a slash and favicon.ico (if they've used the first method) or look through the source code for a portion of the code that I provided above (if they used the second method).

The Soldat Forums icon, for example, used the first method -- the .ico file is directly in the root folder negating the need to place that code on every page (you could search for it just to be sure, but I guarantee that it isn't there).
http://www.soldatforums.com/favicon.ico = [IMAGE]

Milkman Dan
July 22, 2005, 11:02 am
Works, or used to work for Internet Explorer too as far as i can remember >:O

Deleted User
July 22, 2005, 11:52 am
Ooh, handy, I've been wondering how to do this. Thanks for the info Vijchtidoodah, gonna sticky it for future reference :)

Vijchtidoodah
July 22, 2005, 12:40 pm
Lol, that's what I'm here for. But just out of curiosity, if you've been wondering how to do it, why didn't you ever ask?

zoldat
July 22, 2005, 3:59 pm
awsome thanks i edeited my first post too to give the credit to u

FliesLikeABrick
July 22, 2005, 6:43 pm
also, you dont need that meta tag if favicon.ico is in your server root. Like my favicon.ico is http://u13.net/favicon.ico, so any browser looks there by default (when the meta tag isnt present)

zoldat
July 22, 2005, 8:15 pm
yay i made one http://surf.frac.dk/

STEELIX
July 22, 2005, 10:27 pm
I didn't know it was obliged to name it favicon.ico ... I don't recall naming my icon like that.
I'll check.

Nope, it's not. Any name for the icon will do, ..
Oh, wait, misinterpreted you there. Never mind.

I like your compact-styled sites, zoldat. Really nice.

Vijchtidoodah
July 22, 2005, 11:21 pm
Maybe I didn't make it clear: you don't need the tags if you just stick the icon in your root folder, if it's anywhere else (even another site) you should put the code in every page.

Nruan
December 20, 2005, 9:40 am
I was browsing through the web one day, and I came across this link.

http://tools.dynamicdrive.com/favicon/

I thought it was interesting. It converts a image from your computer to a favicon. Hope its useful.

edak
December 20, 2005, 10:11 pm
Why did you reopen an old post? The person solved this problem in July!