Pictures linked to specific buttons

Hi everyone,
I am trying to create a set of buttons/tabs which, when clicked will show a specific set of picture while other pics linked with other buttons will not show until the respective button is clicked.

I have attached a picture of a sample I found online. As you can see when I clicked “singles” button a different set of pics show up vs when I click “townhomes”. It seems they are all under one page instead of loading new page every time I click a different button.

Thank You

Hi Rozi!

You can achieve it by using the show( ) / hide( ) methods.
Simply make the layouts you desire (on top of each other) and set the components to ‘hidden on load’.
Then, using the button_onClick eventa decide which images you want to

$w(#imageX).show()
$w(#imageY).hide()

Best of luck!
Doron. :slight_smile: