[Solved] How to change position of buttons to required location inside window?


<button style="position:absolute; bottom:0; right: -290px;">submit</button>

<button style="position:absolute; bottom:0; right: -215px;">cancel</button>

this seemed to sort the probelm i was having about positioning the buttons. thanks for your inputs everyone

solved How to change position of buttons to required location inside window?