I have created a tabbed jQuery plugin using Google Gadgets Editor and published it to embed on the Google site. The problem is, on click of the links on the gadget, it opens the page on the gadget and not moving the page to the specific link. What do I do?
The code to the link is as shown:
<div id="tabs-5">
<p>
<center>
<a href="https://sites.google.com/a/chasebank.co.ke/chase-bank-3/documentation/documents">
<font color="blue" face="Century Gothic" size="5">
Organisation Documents
</font>
</a>
</center>
</p>
</div>