I have created a webpage with twitter bootstrap css, and have an image link. Image attached. However, this image does not load. All other images load.
Can someone tell me the problem
Code is as follows:
<div class="col-lg-4">
<img class="img-responsive img-border-left" src="../img/aircheck.jpg" alt="">
</div>
The link to image is www.airtec-intl.com/img/aircheck.jpg.
2
Answers
Are you sure of the relative path?
Try this out:
Did you ever browse the url?
How can you expect this url to load?