CodeIgniter Forums
Problem with images: img() - 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: Problem with images: img() (/showthread.php?tid=32403)



Problem with images: img() - El Forum - 07-22-2010

[eluser]Juan Velandia[/eluser]
Hello guys, after some time dealing with this issue I decided to ask for help:

this is working:
Code:
"<img >photo ?&gt;" class="main"/>"

but this isn't working, I doesnt show the image or the attributes.

Code:
&lt;? $image_properties = array(
          'src' => 'system/application/views/images/'.$row->photo,
          'class' => 'main')
          'alt' => 'logo');
        
    img($image_properties);
?&gt;
I just don't seem to find the answer, any ideas?


Problem with images: img() - El Forum - 07-22-2010

[eluser]Juan Velandia[/eluser]
Ok, sorry I've found a solution...