UBB.Dev
Posted By: Steve Price Icons - 08/06/2002 4:57 PM
What is the code for linking an icon to a webpage.

eg. the winking smilie attached to this forum.

I'm presuming that the code goes in the header section of the page?

help
Posted By: Matt Jacob Re: Icons - 08/07/2002 7:18 AM
Quote
quote:
Originally posted by Steve Price:
What is the code for linking an icon to a webpage.
Yes.

Oh, that was a question, gotcha! smile So you were wondering how to add an image to an HTML page and also make the image a hyperlink?
code:
[qb]
Code
<a href=""><img src="" alt="" /></a>
[/qb]
Is that what you wanted?
Posted By: Steve Price Re: Icons - 08/07/2002 11:02 AM
nope but thanks for the reply. My explanation was a bit rubbish. Let me try again

When you go to some websites they have an 'icon' next to the address. When you bookmark these sites the icon will be placed next to the site name in your favourites list. see below

[Linked Image]
Posted By: Burak Re: Icons - 08/07/2002 4:22 PM
How to Add a Shortcut Icon to a Web Page
Posted By: LK Re: Icons - 08/07/2002 4:58 PM
Needless to mention that root/favicon.ico doesn't work on every browser... BTW, Infopop made an icon and put it in noncgi folder, just copy "ubbicon.ico" to root folder and rename it to "favicon.ico" if you want it to be your default one.
Posted By: Steve Price Re: Icons - 08/09/2002 10:19 PM
Thanks alot jeologic & LK smile
© UBB.Developers