Good, I need through iframes, show information from a blog, I built 3 iframes that are showing the latest news, The problem is that I had to do so, because the page is totally different to the blog, because the blog is of Wordpress, and I do not have access to the code, The problem is that I want the person to click on the link that is inside the IFRAME, appear in another tab, since it loads within the same iframe and breaks the design of the page
<iframe style="margin-left:150px" src="https://inglesencasablogblog.wordpress.com/#post-380t" scrolling="no" width="800" height="300"></iframe>
<iframe style="margin-left:150px" src="https://inglesencasablogblog.wordpress.com/#post-345" scrolling="no" width="800" height="300"></iframe>
<iframe style="margin-left:150px" src="https://inglesencasablogblog.wordpress.com/#post-360" scrolling="no" width="800" height="300"></iframe>
That's what happens when I click on the link in the IFRAME