Welcome Guest, Not a member yet? Register   Sign In
Not able to display images
#2

[eluser]jedd[/eluser]
Quote:However it does not display any image.

Why not?

As in - when you look at your page source in your browser, can you determine if the pathing is wrong, or if the tag is wrong, or if .. (etc - you get the idea).


You could use something like this:
Code:
$img_array = array ("src"=> "/codeigniter_shopping/images/dummy-thumb.jpg",  "width" => "180px", "border"=>"0", "alt"=>"some text");
echo anchor (img($img_array ));


Messages In This Thread
Not able to display images - by El Forum - 10-06-2009, 02:50 PM
Not able to display images - by El Forum - 10-06-2009, 03:59 PM
Not able to display images - by El Forum - 10-06-2009, 05:09 PM
Not able to display images - by El Forum - 10-06-2009, 05:25 PM
Not able to display images - by El Forum - 10-06-2009, 11:58 PM
Not able to display images - by El Forum - 10-07-2009, 12:33 AM
Not able to display images - by El Forum - 10-07-2009, 01:17 AM
Not able to display images - by El Forum - 10-07-2009, 01:29 AM
Not able to display images - by El Forum - 10-07-2009, 06:48 AM
Not able to display images - by El Forum - 10-15-2009, 07:02 AM
Not able to display images - by El Forum - 10-15-2009, 07:51 AM
Not able to display images - by El Forum - 11-01-2009, 07:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB