moving an label

how do i move a label and a button in a command?

i want to move a button and a label to a certain position but i don’t know what i can use in the code for it

I’m thankful for any help

https://documentation.xojo.com/index.php/Label
Check the Left/Top properties

in code?
i don’t want to make it manually,
it’s like, a button is clicked and between the button and the label is text appearing, but how do i move the label?

YourLabel.Left = 200

https://documentation.xojo.com/index.php/WebControl.Left

Sigh…

http://documentation.xojo.com/index.php/WebAnimator