mainbody feature link

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Feb 28, 2013 4:39 pm
Reply with quote
Report this post
Hello,

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
User avatar
Junior Boarder

GK User
Thu Feb 28, 2013 11:50 pm
Reply with quote
Report this post
Hi, try this order:
Code: Select all
<div class="gkFeature">
<a href="http://google.com" title="click me"><div class="gkCrop">What Kids Will Enjoy</div></a>
<h2>What Kids Will Enjoy</h2>
<p><small>Want to have fun, cook your own food and learn few French words?</small></p>
</div> 
User avatar
Platinum Boarder

GK User
Thu Mar 07, 2013 3:55 am
Reply with quote
Report this post
Many thanks works great

:D
User avatar
Junior Boarder


cron