Can Any One Help !

Discussion in 'HTML & Website Design' started by pix582, Mar 27, 2009.

  1. #1
    [​IMG]

    dose anyone know how to change this?? i did know but i cant remeber now and its bugging me :confused:
     
    pix582, Mar 27, 2009 IP
  2. qazu

    qazu Well-Known Member

    Messages:
    1,834
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    165
    #2
    That looks like a favicon and it would be on the DP site. Why would you want to remove it?
     
    qazu, Mar 27, 2009 IP
  3. pix582

    pix582 Active Member

    Messages:
    313
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    70
    #3
    no i dont want to remove it i just want to add one to my sites, because they are all defalt atm.
     
    pix582, Mar 27, 2009 IP
  4. pix582

    pix582 Active Member

    Messages:
    313
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    70
    #4
    fould it tnx for the name of it.
     
    pix582, Mar 27, 2009 IP
  5. diwebdesign uk

    diwebdesign uk Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It's known as a favicon and basically its an images which measures 16x16 pixels. The image is saved with the extension .ico. You can get some free programs for making these or if you have photoshop there is a free plugin which allows you to save one. I'm also quite sure that you can just save it as a .gif image and just change the extension to .ico. (best way is to use a program which does it though).
    After you have made you 16x16 px .ico image you need to insert the following code into the head of your HTML.

    
    
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    
    
    Code (markup):
    This should work fine for you.
     
    diwebdesign uk, Mar 28, 2009 IP