1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

CSS and Favicon

Discussion in 'CSS' started by NWJewelry, Jun 16, 2011.

  1. #1
    What is the easiest way to add a favicon when you have css?
     
    NWJewelry, Jun 16, 2011 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Your question makes no sense. CSS has nothing to do with favicons.
     
    drhowarddrfine, Jun 16, 2011 IP
  3. alok_123

    alok_123 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes drhowarddrfine is right otherwise try to use this link in header just change your image

    <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
     
    alok_123, Jun 17, 2011 IP
  4. Heartless 1.0

    Heartless 1.0 Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Add these between the head tags. Should work for all browsers.

    <link rel="icon" href="favicon.ico" type="image/x-icon">
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
     
    Heartless 1.0, Jun 17, 2011 IP
  5. alok_123

    alok_123 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    same thing i have said above this is the very easy to put favicon on your site
     
    alok_123, Jun 18, 2011 IP
  6. Trix

    Trix Peon

    Messages:
    192
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #6
    You don't have to do anything on ur part..... just upload the favicon.ico (with the same name) image into ur websites root directory.
     
    Trix, Jun 19, 2011 IP
  7. lonewolff

    lonewolff Member

    Messages:
    338
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #7
    That will work for Firefox but not IE. You need the extra html code.
     
    lonewolff, Jun 20, 2011 IP
  8. Trix

    Trix Peon

    Messages:
    192
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #8
    I guess works in IE 7...

    IE 6 .. who cares :)
     
    Trix, Jun 20, 2011 IP
  9. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #9
    You can add this in your header tag

    <link rel="icon" href="favicon.ico" type="image/x-icon">
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
     
    unknownpray, Jul 15, 2011 IP
  10. amit199222

    amit199222 Greenhorn

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #10
    use this code:
    <link rel="icon" href="favicon.ico">
    between the head tags
     
    amit199222, Jul 25, 2011 IP
  11. chinnodu

    chinnodu Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Good answers... :)
     
    chinnodu, Aug 2, 2011 IP