I would like to make the picture clickable for the gkfeature in module Mainbody feature
- Code: Select all
<div class="gkFeature">
<div class="gkCrop">What Kids Will Enjoy</div>
<h2>What Kids Will Enjoy</h2>
<p><small>Want to have fun, cook your own food and learn few French words?</small></p>
</div>
Could you let me know how to proceed, I tried the following :
- Code: Select all
<a href="http://google.com">
<div class="gkFeature">
<div class="gkCrop">What Kids Will Enjoy</div>
<h2>What Kids Will Enjoy</h2>
<p><small>Want to have fun, cook your own food and learn few French words?</small></p>
</div></a>
thanks for your help