Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter URLs: linking problem to images
#3

[eluser]umefarooq[/eluser]
here is solution to your problem in two ways

Code:
first in html call base_url function your path will always to your image path
<img src="&lt;?=base_url()?&gt;/image_path/image.jpg" />

second method is to call CI html helper img() function it will work same as above code

&lt;? echo img("image_path/image.jpg")?&gt;

for more information read user guide


Messages In This Thread
CodeIgniter URLs: linking problem to images - by El Forum - 06-02-2010, 06:49 PM
CodeIgniter URLs: linking problem to images - by El Forum - 06-03-2010, 12:00 AM
CodeIgniter URLs: linking problem to images - by El Forum - 06-03-2010, 01:07 AM
CodeIgniter URLs: linking problem to images - by El Forum - 06-03-2010, 08:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB