[SOLVED] [56K WARN] A code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Radius
Forum Newbie
Posts: 2
Joined: Sat Feb 26, 2005 7:13 am

[SOLVED] [56K WARN] A code

Post by Radius »

Maybe a stupid question, but how can I put an icon in the address layer?

If you don't understand what I mean, look at the green arrow:

Image


Thank you very much!!!
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Good Q

Post by neophyte »

good question I asked once before....

<link rel="SHORTCUT ICON" href="http://your_url/favico.ico">

You need a special program to make the .ico image.
I think you can download a freebie at download.com

The image can only be certain size 16x16 pix I think....

And you put the favico.ico in your main web directory with your bot text.

Hope that gets you started...
Radius
Forum Newbie
Posts: 2
Joined: Sat Feb 26, 2005 7:13 am

Post by Radius »

Wow, quick answer! Thanks! :)
Post Reply