Google Widget Links

40 views Asked by At

I am working on a widget for a google site and I've run into this little problem. If I have a html link <a href="http://www.dw-picture.com/" style="color: white; text-decoration: none;">Home&nbsp;</a> and an user clicks on the link it will open inside the widget itself, but if my html is <a href="http://www.dw-picture.com/" target="_blank" style="color: white; text-decoration: none;">Home&nbsp;</a> it will open a new link inside of the browser, is there a way to navigate inside the browser, not the widget?

1

There are 1 answers

0
dwebber On BEST ANSWER

Using target="_parent" will solve the problem.