logo not showing out

Discussion in 'HTML & Website Design' started by TerryOttawa, Jul 9, 2013.

  1. #1
    can someone tell me way my logo works on some browsers and not on others.
    Thank
    www.levelplatforum.com
     
    TerryOttawa, Jul 9, 2013 IP
  2. WebDeveloperSahil

    WebDeveloperSahil Active Member

    Messages:
    331
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    80
    #2
    How you are implementing the logo? Can you please describe? There can be somet coding error either in your server side scripting or client side. Please show us code how you've added the logo? Are you using any Forums or Blog something like that? Please be more specific next time, it make us easy to answer your question.
     
    WebDeveloperSahil, Jul 9, 2013 IP
  3. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #3
    Seems like the <img> tag can't find the image

    
    <img title="Powered by vBulletin" alt="Logo" data-orig-src="http://www.levelplatforum.com//filedata/fetch?filedataid=2" src="http://www.levelplatforum.com//filedata/fetch?filedataid=2">
    
    HTML:
    change the source to the path of the image

    You also have some other problems that need fixing - when I visit your site, I get a prompt do download a "login-form"
     
    GMF, Jul 10, 2013 IP
  4. WebDeveloperSahil

    WebDeveloperSahil Active Member

    Messages:
    331
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    80
    #4
    Yeah GMF is right, there is no source of image.
     
    WebDeveloperSahil, Jul 10, 2013 IP
  5. jackburd

    jackburd Active Member

    Messages:
    396
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #5
    make sure that the url or image source ends with .jpg, gif, or png. Those are safest image files accepted on the web
     
    jackburd, Jul 10, 2013 IP