Links inside the rich text gadget by default open the linked content inside the gadget. While it's possible to set the target to New Window is it possible to open the link in the current window instead of inside the gadget?
Change the target to "parent". This is the parent frame of the thing you are in (in this case, the gadget).
<a href="your url link here" target="parent"></a>
There isn't an option for this. The only options I see are None and New Window.