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
Radius
Forum Newbie
Posts: 2 Joined: Sat Feb 26, 2005 7:13 am
Post
by Radius » Sat Feb 26, 2005 7:15 am
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:
Thank you very much!!!
neophyte
DevNet Resident
Posts: 1537 Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota
Post
by neophyte » Sat Feb 26, 2005 7:21 am
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 » Sat Feb 26, 2005 7:32 am
Wow, quick answer! Thanks!