Welcome Guest, Not a member yet? Register   Sign In
image problems
#3

[eluser]alejandra[/eluser]
I'm having problems displaying images in codeigniter. I'm developing a new app for a website and I'm using codeignier. The codeigniter framework is install in a subdirectory and have place a view under the view folder and images are under the same folder in a folder called images.

I use a controller to load the view and when load the controller the view is display but no pictures display.

here is how I load the view:

Code:
$this->load->view('template.php');

and here is how I use the image tag in my view:

Code:
<img height="95" alt="" width="799" border="0" src="images/header.jpg" />

Maybe is something simple but I just don't see it Sad


Messages In This Thread
image problems - by El Forum - 09-24-2008, 12:19 PM
image problems - by El Forum - 09-24-2008, 02:11 PM
image problems - by El Forum - 03-02-2009, 09:43 AM
image problems - by El Forum - 03-02-2009, 09:57 AM
image problems - by El Forum - 03-02-2009, 10:36 AM
image problems - by El Forum - 03-02-2009, 11:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB