How can I have a link change text content in another section?

I am trying to go for a specific layout

Imgur

When the tabs to the left are selected, it will change the text thats in the box to the right. How can i achieve something like this?

Hi, well first, we have the Tabs component, can you check if this is what you are looking for?

And if you need an alternative to tabs, you can also use a little jQuery custom code, to change the text or load content from another section or page using the jQuery .load statement. You can also use other methods like .text or .html and load whatever content you want using those methods too…

Try the Tabs option first, you can make changing text inside tab panels easily without code. Cheers, Dave