SyntaxFix
Write A Post
Hire A Developer
Questions
There's a HTML element called base which allows you to:
base
Specify a default URL and a default target for all links on a page:
<base target="_blank" />
By specifying _blank you make sure all links inside the iframe will be opened outside.
_blank