I am trying to place an link which is an html image then text after the image.
But all I get is the actual image source in the screen, not the image.
<?php echo $html->link(
$html->image('folio/thumb/'.$feature['Entry']['0']['image'] , array(
'alt'=> __($feature['Portfolio']['title'], true), 'border'=>"0")),
'<h3>'.$feature['Portfolio']['title'] .'</h3>');?>
Thanks
Dave
No comments:
Post a Comment