hi there
this is my view code
the images path is very correctHTML Code:<div class="box-container">
<a href="#" class="div-right mdl-ads">
<img src="<?php echo base_url(); ?>assets/images/ad-banner.jpg" alt="" width="473" />
</a>
<a href="#" class="div-left mdl-ads">
<img src="<?php echo base_url(); ?>assets/images/ad-banner.jpg" alt="" width="473" />
</a>
</div>
this photo from the page source code : http://im28.gulfup.com/Bhzd1.jpg
and this is the image : http://im20.gulfup.com/SLHe1.jpg
the image doesn’t appear on firefox or chorme
What should I do???

