I'm having trouble getting an iframe, that i use to display the details of an offer, to be clickable and redirect to another url.
	Anyone know how I can accomplish this?
Thanks,
Andrew
					Code:
	
<tr>
    
    <td  height="750"  align="center"  bgcolor="transparent"><link href"http://www.google.com"><iframe src="HowTheTrialWorks.html" width="700" height="750" scrolling="no" frameborder="0"></iframe></td>
    
    </tr>
Thanks,
Andrew
Comment