HTML special characters in $title will be converted to HTML entities. To disable this conversion, set the escape option to false in the $options array.
echo $this->Html->link( $this->Html->image("recipes/6.jpg", array("alt" => "Brownies")), "recipes/view/6", array('escape' => false));?>
No comments:
Post a Comment