How can i instal my own ICCO file in my web site?

Discussion in 'HTML & Website Design' started by obyk, Mar 13, 2010.

  1. #1
    i see a lot of sites heaving icco images in browser windows
    how can i install my own on my site????
     
    obyk, Mar 13, 2010 IP
  2. Revelations-Decoder

    Revelations-Decoder Well-Known Member

    Messages:
    3,028
    Likes Received:
    152
    Best Answers:
    4
    Trophy Points:
    190
    #2
    You can use these codes in your head section

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


    Then you need a 16 by 16 px .ico image

    The way I do that is I make a 32 by 32 px image in Fireworks then go to www.favicon.co.uk and change it into a 16 by 16 px .ico image saving it and loading to your root directory as favicon.ico

    You can even add your icon to their directory there to.
     
    Revelations-Decoder, Mar 13, 2010 IP