I am trying to make a simple input button center-align within a table cell.
My markup is:
If you make your button an inline element and add text-align: center to the parent td you should be fine.
inline
text-align: center
td
.tools { text-align: center; } .submit { display: inline; }
XXXXXXXXX YYYYYYYY XXXXXXX YYYYYYY