HTML Programming Question

Discussion in 'HTML & Website Design' started by quotestork, Dec 5, 2008.

  1. #1
    I realize 99% of the readers will think I'm an idiot for asking this, what do I use to get a small logo to show up on my browser tab/address bar? For example, if Yahoo! has that Y!, Digital Point has their logo, etc., etc.. That "e" with the ring through it doesn't really fit the branding of my website.

    Thanks in advance!

    Chris
     
    quotestork, Dec 5, 2008 IP
  2. belkocrnic

    belkocrnic Active Member

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    belkocrnic, Dec 5, 2008 IP
  3. JREAM

    JREAM Member

    Messages:
    160
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #3
    Actually its 16x16 I thought, and you dont need a link rel, you just call it favicon.ico and put it in the document root unless something has changed with new browsers
     
    JREAM, Dec 5, 2008 IP
  4. dejangex

    dejangex Peon

    Messages:
    113
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Create 16x16 with 256 colors and name it favicon.ico
    Than put this in the <head> tag:
    <link rel="shortcut icon" href="favicon.ico" />
     
    dejangex, Dec 8, 2008 IP
  5. soccer05

    soccer05 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thank you very much
     
    soccer05, Dec 8, 2008 IP