0
Center alignment
how can i align the submit button of a form to center?
3 Réponses
+ 3
Sometimes centering objects with CSS can be tricky. If you are having trouble you can always try enclosing the button code in <center></center> tags. These days this is kind of a hack method, but many times it works much easier this way.
+ 1
With CSS, not with HTML like your tag says. https://www.w3schools.com/css/css_align.asp
+ 1
synorax, thanks it worked