Page 1 of 1

Favicon?

Posted: 08 Jan 2008, 06:52
by SweetBee
Hey Folks,

I created a favicon and would like to put it in my URL.
How can I do that?
I have read the Post here about that, but it doesn't worked out.

So pls who can help?

Thank you :-)

Regards
Bee

Posted: 08 Jan 2008, 23:30
by mjau-mjau
Basically, you can add the two following lines to your "index.php" file:
Code
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
Put those lines below the line "<title><?=$startheading;?></title>". Of course you need to create your icon also and call it "favicon.ico" and put it in the root of your website. More information on favicon here: http://www.clickfire.com/favicon-tutorial/