favicon showing up in IE but not FF

Discussion in 'HTML & Website Design' started by IanT, Mar 24, 2010.

  1. #1
    Okay, I am editing my phpbb forum overal_header document, I inserted the highlighted lines of code, but I cannot get the favicon to show up in FF, despite clearing the cache... any thoughts?




    <!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" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
    <head>
    [COLOR="Red"][B]<link rel="icon" href="Http://www.FLORIDABODYWORKFORUM.COM/favicon.ico">
    <link rel=”shortcut icon” href="Http://www.FLORIDABODYWORKFORUM.COM/favicon.ico" mce_href="Http://www.FLORIDABODYWORKFORUM.COM/favicon.ico">
    <link rel="shortcut icon" href="Http://www.FLORIDABODYWORKFORUM.COM/favicon.ico" type="image/vnd.microsoft.icon">[/B][/COLOR]
    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
    <meta http-equiv="content-language" content="{S_USER_LANG}" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="2010 LindleyWood Development" />
    <meta name="keywords" content="massage forum, therapeutic massage forum, therapeutic massage, florida massage, massage forums in florida, florida bodywork, bodywork in florida, massage in florida, massage forum online, massage therapy, anatomy, massage therapist, massage, massage and bodywork, massage & bodywork, modalities, massage student resource, learn about massage" />
    <meta name="description" content="A Therapeutic Massage and Bodywork Forum for Therapists and Students located in Florida to learn, teach, and socialize." />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    {META}
    <title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
    
    Code (markup):
     
    IanT, Mar 24, 2010 IP
  2. Cyan

    Cyan Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    Could be cause of the caps. Try the url w/o the caps.
     
    Cyan, Mar 24, 2010 IP
  3. IanT

    IanT Well-Known Member

    Messages:
    503
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    #3
    that was it... you are awesome :)

    Look at that.... first post and you already helped someone out :)


    Good karma sent your way
     
    IanT, Mar 24, 2010 IP
  4. Cyan

    Cyan Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    Glad to help out! :)
     
    Cyan, Mar 24, 2010 IP