How to get logo beside web address in navigation toolbar?

Discussion in 'HTML & Website Design' started by -58-, Jan 17, 2009.

  1. #1
    Hi,

    Does anyone know how to get your logo to appear beside the web address bar in the navigation toolbar? I'm not sure if IE7 does this but if you're using Mozilla you'll see Digital Point's logo next to the address bar, this is what I'm referring to.

    As always, help very much appreciated, thanks!
     
    -58-, Jan 17, 2009 IP
  2. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
  3. Knewber

    Knewber Peon

    Messages:
    116
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    OK, first, you will need a 16x16 pixel ".ico" image. You can make one at http://www.favicon.cc/ Then put it in the root directory (you can put it wherever, just an example)

    Next, add the code so that it displays:

    <link rel="shortcut icon" href="youricon.ico" />
    Code (markup):
    And you are done. Post back if you have any problems.
     
    Knewber, Jan 17, 2009 IP
  4. -58-

    -58- Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks so much for the quick replies!!!
     
    -58-, Jan 17, 2009 IP