I\'m trying to center an input button within a form but the usual margin: 0 auto; isn\'t doing anything. Here\'s how my HTML is set up:
all input elements are inline by default, for applying margin you must use Display: block;
Display: block;