Favicon.ico problem

Discussion in 'HTML & Website Design' started by centsi, Jun 17, 2008.

  1. #1
    centsi, Jun 17, 2008 IP
  2. guidyy

    guidyy Active Member

    Messages:
    574
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    58
    #2
    You have two <head>, and some other errors.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
    <head>
    <title>Ben Hyatt Certified Deposition Reporters</title>
     
    guidyy, Jun 17, 2008 IP
  3. manobanweb

    manobanweb Guest

    Messages:
    260
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    I think it could be because you have not added the info for the icon in the code

    Theres a toutorial here for adding favicon's here

    Cheers
    Adam
     
    manobanweb, Jun 17, 2008 IP
  4. mix_93

    mix_93 Active Member

    Messages:
    355
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    And so is my work.
     
    mix_93, Jun 17, 2008 IP
  5. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #5
    Like what?
     
    Clive, Jun 17, 2008 IP
  6. centsi

    centsi Active Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #6
    I fixed the head problem and moved the code around but it still doesn't work. Any Ideas?
     
    centsi, Jun 18, 2008 IP
  7. guidyy

    guidyy Active Member

    Messages:
    574
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    58
    #7
    well, it doesnt show in FF3 either.
    edit this
    <LINK REL=StyleSheet HREF="WebSite.css" TITLE="Standard" TYPE="text/css">
    <link rel="shortcut icon" href="http://www.benhyatt/favicon.ico" />
    so it looks like this
    <link rel="stylesheet" href="WebSite.css" title="Standard" type="text/css">
    <link rel="shortcut icon" href="http://www.benhyatt/favicon.ico" type="image/x-icon"/>

    xhtml wants all tags in small cap, and you need to define the object as well.
     
    guidyy, Jun 18, 2008 IP
  8. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0