Integrating web url into image output for a clickable image

@Gerronimo:

with 2 you will need to work a little on style urself, however try adding event-view-header to a tag:

<?php echo $this->Html->link($this->Html->image('logos/big/' . $event['Event']['logo']),$event['Event']['web'],array('rel'=>'nofollow', 'escape' => false,'id' => 'event-view-header')); ?>

OR

<?php echo $this->Html->link($this->Html->image('logos/big/' . $event['Event']['logo']),$event['Event']['web'],array('rel'=>'nofollow', 'escape' => false)); ?>