many answer suggests to use margin:0 auto
but this works only when the element you trying to make centered is not floating on left or right, that is float
css attribute isn't set. In order to do this apply display
attribute to table-cell
and then apply margin of left and right to auto so your style will look like style="display:table-cell;margin:0 auto;"