Hi guys, I know this is a simple fix to my problem: http://stackoverflow.com/questions/4221263/center-form-submit-buttons-html-css but is it possible to achieve the same result with something like this: input[type="submit"] { text-align: center; } Code (markup): I would like a kind of one pill to cure them all. Thanks,
input[type=submit] { display:block; margin: 0 auto; } Code (markup): However, it will only work if you only have one button (or else it will put them on separate lines)