How to add an icon to your website?

Status
Not open for further replies.

neosurfer2695

New Member
Messages
48
Reaction score
0
Points
0
Hi there,
If you go to my website you'll see that there is no icon in the browser window.
How do you add that?

Thanks,

-Rothtech
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
What you are looking for seems to be a favicon.

Create an image, convert it to a 16 by 16 .ico with tools like Bradicon and upload to your site. In your head section of HTML, add this:

Code:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

Replace favicon.ico with the URL of your .ico

It might take a while to show up even if your cache is cleared.
 
Last edited:
Status
Not open for further replies.
Top