CodeIgniter Forums
Add image - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Add image (/showthread.php?tid=59916)



Add image - El Forum - 12-10-2013

[eluser]Unknown[/eluser]
Hi coders,


How to add an image in welcome_messege page? and im trying this
Code:
<img src="/../../images/dotphcoders.png" />
but i get broken link.


Thanks..


Add image - El Forum - 12-10-2013

[eluser]Massaki[/eluser]
You should use the html helper, or put the absolute path of the image.


Add image - El Forum - 12-10-2013

[eluser]xtremer360[/eluser]
That and definitely work your way up from the file requesting the file and verify that your path is correct.