Jump to content

Favourites customised icon


hailstone

Recommended Posts

I would like to add a customised icon to the favourite/bookmark list. Could someone please tell me how this is possible? I realise that the icon must be 16x16 pixels and saved as an icon file, although I have absolutely no idea how or where you would add this to the site.Any info is appreciated!

Link to comment
Share on other sites

Well, this is in the wrong section. You can do this with simple HTML. :)Like you said, it has to be 16x16 and be saved as a .ico . Now, upload it to your server. And put this at the top of the page, in the head section:<link rel="shortcut icon" href="favicon.ico" />Where favicon.ico is the location of your icon. :)

Link to comment
Share on other sites

Well, this is in the wrong section. You can do this with simple HTML. :)Like you said, it has to be 16x16 and be saved as a .ico . Now, upload it to your server. And put this at the top of the page, in the head section:<link rel="shortcut icon" href="favicon.ico" />Where favicon.ico is the location of your icon. :)

If you NAME the file favicon.ico and upload it to the root of your website, then you don't need that <link> tag :(It will automatcally be used as the favorite icon for your entire website.If you have sub-domains, add favicon.ico to the root of your sub-domain or else it won't work on the sub-domains.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...