Favicon help. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Favicon help.

    KirbySB
    KirbySB
    Forumember


    Male Posts : 352
    Reputation : 5
    Language : English/Spanish

    Favicon help. Empty Favicon help.

    Post by KirbySB Sat 19 Jul 2008 - 1:05

    Okay, I want a favicon on my forum. I went to Meta Tags, added the code, put the link in and when I view the page, it doesn't display. Is there a certain size?
    Nazar
    Nazar
    Active Poster


    Male Posts : 1315
    Reputation : 27
    Language : Nazorian
    Location : wut

    Favicon help. Empty Re: Favicon help.

    Post by Nazar Sat 19 Jul 2008 - 1:25

    it has to be in .ico format and it has to be 16 by 16 or less i think
    KirbySB
    KirbySB
    Forumember


    Male Posts : 352
    Reputation : 5
    Language : English/Spanish

    Favicon help. Empty Re: Favicon help.

    Post by KirbySB Sat 19 Jul 2008 - 1:38

    First, I have it as .ico, but I can't upload it anywhere.
    Nazar
    Nazar
    Active Poster


    Male Posts : 1315
    Reputation : 27
    Language : Nazorian
    Location : wut

    Favicon help. Empty Re: Favicon help.

    Post by Nazar Sat 19 Jul 2008 - 1:46

    here is the host i used www.iconj.com it automatically makes it in .ico format Very Happy
    avatar
    Saurus
    Forumember


    Male Posts : 789
    Reputation : 10
    Language : english
    Location : NY

    Favicon help. Empty Re: Favicon help.

    Post by Saurus Sat 19 Jul 2008 - 1:53

    KirbySB wrote:Okay, I want a favicon on my forum. I went to Meta Tags, added the code, put the link in and when I view the page, it doesn't display. Is there a certain size?

    It doesn't go in the metatags - it goes before the body tags, at the end of the head tags.
    Code:
    <link rel="shortcut icon" href="http://xxxxx/siteicon.gif">

    like that. The icon has to be hosted and the url to it goes in the obvious place in the code. You can probably host it in your gallery and use the url it provides.
    avatar
    Saurus
    Forumember


    Male Posts : 789
    Reputation : 10
    Language : english
    Location : NY

    Favicon help. Empty Re: Favicon help.

    Post by Saurus Sat 19 Jul 2008 - 1:58

    Nazar wrote:it has to be in .ico format and it has to be 16 by 16 or less i think

    That would come as a real surprise to two of my websites that use favicons - in both they are .gifs:)
    Nazar
    Nazar
    Active Poster


    Male Posts : 1315
    Reputation : 27
    Language : Nazorian
    Location : wut

    Favicon help. Empty Re: Favicon help.

    Post by Nazar Sat 19 Jul 2008 - 3:08

    Saurus wrote:
    Nazar wrote:it has to be in .ico format and it has to be 16 by 16 or less i think

    That would come as a real surprise to two of my websites that use favicons - in both they are .gifs:)

    Actually if you use .gif, they will show up in firefox but not in internet explorer, but if they are in .ico, they will show up in both browsers
    avatar
    Saurus
    Forumember


    Male Posts : 789
    Reputation : 10
    Language : english
    Location : NY

    Favicon help. Empty Re: Favicon help.

    Post by Saurus Sat 19 Jul 2008 - 3:48

    Nazar wrote:
    Saurus wrote:
    Nazar wrote:it has to be in .ico format and it has to be 16 by 16 or less i think

    That would come as a real surprise to two of my websites that use favicons - in both they are .gifs:)

    Actually if you use .gif, they will show up in firefox but not in internet explorer, but if they are in .ico, they will show up in both browsers

    True, but then none of my members USE Internet Explorer, and I don't code my websites to the whims of MS if they choose not to adhere to the accepted HTML4 and CSS2 conventions:) My sites are all hand coded and verified to CSS2 standards.
    KirbySB
    KirbySB
    Forumember


    Male Posts : 352
    Reputation : 5
    Language : English/Spanish

    Favicon help. Empty Re: Favicon help.

    Post by KirbySB Sat 19 Jul 2008 - 4:03

    I want it to appear on both, but I don't know where to upload the ico's to.
    avatar
    Saurus
    Forumember


    Male Posts : 789
    Reputation : 10
    Language : english
    Location : NY

    Favicon help. Empty Re: Favicon help.

    Post by Saurus Sat 19 Jul 2008 - 4:08

    KirbySB wrote:I want it to appear on both, but I don't know where to upload the ico's to.

    Any one of the many file hosting sites that allow hotlinking. Flickr, photobucket, image shack, etc. Or your own gallery.
    KirbySB
    KirbySB
    Forumember


    Male Posts : 352
    Reputation : 5
    Language : English/Spanish

    Favicon help. Empty Re: Favicon help.

    Post by KirbySB Sat 19 Jul 2008 - 4:11

    Ok. Can you explain what to go to and where to enter it?
    KirbySB
    KirbySB
    Forumember


    Male Posts : 352
    Reputation : 5
    Language : English/Spanish

    Favicon help. Empty Re: Favicon help.

    Post by KirbySB Sat 19 Jul 2008 - 4:22

    Joined them all, uploaded, didn't upload.
    manor
    manor
    Forumember


    Male Posts : 137
    Reputation : 1
    Language : en
    Location : london

    Favicon help. Empty Re: Favicon help.

    Post by manor Sat 19 Jul 2008 - 11:28

    ok here is the code:

    <link rel="shortcut icon" type="image/x-icon" href="your icon link here" />
    <link rel="icon" type="image/png" href="your icon link here" />

    and this is put into 'other meta-tags'

    this will display the favicon on all the portal and index page(s)

    you can create your favicon here

    http://www.favicon.cc/

    and host it here

    www.iconj.com

    if you have html pages you will need another code which is:

    <HEAD><link rel="shortcut icon" href="your icon link here" /><HEAD>

    if you already have a head section created in your page remove <HEAD> from the above code

    this works for me Very Happy
    Cheewy
    Cheewy
    Forumember


    Male Posts : 136
    Reputation : 5
    Language : Serbian, English
    Location : Srbija

    Favicon help. Empty Re: Favicon help.

    Post by Cheewy Wed 3 Sep 2008 - 21:29

    Manor, could you please give us code of yours favicon?

    Then, i will create my favicon easly.. please?