Image path is correct but image is not showing?

milar

New Member
Below is the code in my view:\[code\]<img id="WinBackLogo" src="http://stackoverflow.com/questions/15858874/<?php echo base_url();?>images/fios.png" />\[/code\]I created an images folder inside my application folder. Inspect element resolves to the correct file path. However the image displays as broken.What am I doing wrong?
 
Back
Top