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
<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
<img src="../../uploads/thumbnail.jpg" /> <img src="<?php bloginfo(template_url);?>/uploads/thumbnail.jpg></img> Pt the image in folder upload.