Favicons?

Status
Not open for further replies.

bitcoing

New Member
Messages
12
Reaction score
0
Points
1
I did a search on this forum on how to create a favicon for my site, I found a post saying:
Place favicon.ico in the website root.
For your main domain, that would be in public_html
If you have an add on domain, put the icon in its home directory.

So I placed BitcoinFavicon.ico in my root directly, however it doesn't seem to be working.

What do I do to make it work?
 

bitcoing

New Member
Messages
12
Reaction score
0
Points
1
Think I know what I may have done wrong.. Renaming it to favicon.ico as said in his little guide..
 

bitcoing

New Member
Messages
12
Reaction score
0
Points
1
Okay it still doesn't work, really have no idea what to do now
 

Paul Shryock

New Member
Messages
8
Reaction score
0
Points
1
  1. Make sure that it's all lowercase and spelled correctly: favicon.ico
  2. Link the favicon:
    Code:
    <head>
    <link rel="icon" type="image/ico" href="http://example.com/favicon.ico">
    </head>
  3. Clear your browser's cache and hit 'refresh'.
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
It can take a while for favicons to update, since they're cached for a LONG time by your browser. You might have luck clearing your cache.
 

Paul Shryock

New Member
Messages
8
Reaction score
0
Points
1
The code goes inside your
Code:
<head> </head>
tag in the .HTML or .PHP file (for example, index.php).
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Got a domain name we can check? The main domain of the Free Hosting account linked to this Forum Account just has an empty Index of / page.
 
Status
Not open for further replies.
Top