You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
AHHHH, that explains it! I'd thought that the target went on the iframe, not the links themselves. That would explain why my attempt wasn't working. XD
Yep! Links from the layout to the iframe use target=, links from the iframe to another tab are target=_blank; and if you want to go to a specific iframe w/ the layout, you gotta do a weird JS workaround.
^! "target=_parent" will make it so that a link you click on inside of the iFrame will open outside of the frame, and into the whole site
Nah, I mean "open this specific iframe page, but with the layout outside the iframe". parent works good for just opening a new page, though.