Use Margin Auto and Center to center Float Left Div
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I know this question had been asked many times. Align a div to center However, I follow their suggestion : <center> <div style="margin : auto; text-align: center"> <a href="#" style="float: left; margin-right: 10px;">Menu Item 1</a> <a href="#" style="float: left; margin-right: 10px;">Menu Item 2</a> <a href="#" style="float: left; margin-right: 10px;">Menu Item 3</a> </div> </center> alt text http://sites.google.com/site/yanchengcheok/Home/a.png By using "Center" and "Margin Auto", "Text Align Center" ... I still unable to center the menu