Making companies logo with link


Author Message
Alex

Posted: 10/2/2013
Quote message 

Hello to all,
I wanted to ask if it is possible to make the logo in the head of the site linking.
 
Alex

Posted: 10/4/2013
Quote message 

is for Joomla
 
Sam

Posted: 10/15/2013
Quote message 

There is an option "Imagelink" in v.4.2. It's if you go to Header->Controls.
If you're using v.4.1, then someone has already provided this workaround:
1. Add a shape to Header and place it over your image.
2. Make the shape transparent (Header tab - Effects - Edit Shape - Fill Color)
3. Right click on the shape and choose "Edit Source HTML".
4. Add this code:
<p style="height:100%; cursor: pointer;" onclick="location.href='http://www.yoursite.com/';"></p>