Create an iFrame, and make links selected in a list open up in the iFrame

As above, I have a list of multiple links, that I would like to open up in an iFrame so my users do not need to leave my site.

All help greatly appreciated!

<iframe src="demo_iframe.htm" name="iframe_a" height="300px" width="100%" title="Iframe Example"></iframe>

<p><a href="https://www.w3schools.com" target="iframe_a">W3Schools.com</a></p>

Make your link target the iframe name.

Thank you. I’ve managed to get the iFrame already, but can’t seem to find a way to make the links on a list element open up in the iFrame. The options given for each list item is as follows:

Do you have any suggestions on how to overcome this?
Thanks again!

There may be a filter you can use, but I think you’ll have to hand code the link. You can use a code block with:
<a href="this" target="_that">
Add a div structure for the icon/text
Then add a code block with
</a>

I don’t think there’s a way to have a custom target for Bricks links.