How to add button and text on image

0
Hi All, I want to show some buttons and texts on an image, how this could be possible in mendix ? Thanks in advance.
asked
1 answers
0

Hi Prajakta,

You could put an image, text and a button in a page and then add custom styling to position them on top of each other. (using css position, top, left https://www.w3schools.com/cssref/pr_class_position.asp)

Is that what you are looking for?

 

answered