image not show up on Chrome

Discussion in 'CSS' started by ketting00, Jun 11, 2011.

  1. #1
    Hi,

    I have a problem with this easy code with Google Chrome:

    <img src="../../uploads/thumbnail.jpg" />

    The image is rendered beautifully on IE and Firefox but Chrome.

    Anyone know how to get around this?

    Thanks
     
    ketting00, Jun 11, 2011 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    There's nothing wrong with that line so the problem lies elsewhere, and not with Chrome.
     
    drhowarddrfine, Jun 11, 2011 IP
  3. ketting00

    ketting00 Well-Known Member

    Messages:
    782
    Likes Received:
    28
    Best Answers:
    3
    Trophy Points:
    128
    #3
    Thanks for reply. It works fine now. Maybe it's because of the server. I do not understand.
     
    ketting00, Jun 11, 2011 IP
  4. Sunrise DP

    Sunrise DP Peon

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Your code is correct ..
     
    Sunrise DP, Jun 14, 2011 IP
  5. quino

    quino Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <img src="../../uploads/thumbnail.jpg" />
    <img src="<?php bloginfo(template_url);?>/images/linkedin.png" title="share:linkedin" alt="linkedin" width="28" height="28"></a>

    You can use this <?php bloginfo(template_url);?>/images folder/image name
     
    quino, Jun 25, 2011 IP
  6. jcyber

    jcyber Active Member

    Messages:
    892
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #6
    this can be also usable but i prefer to go with your code..........thanks.
     
    jcyber, Jul 2, 2011 IP
  7. quino

    quino Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7

    <img src="../../uploads/thumbnail.jpg" />
    <img src="<?php bloginfo(template_url);?>/uploads/thumbnail.jpg></img>

    Pt the image in folder upload.
     
    quino, Jul 7, 2011 IP