I have a div, and I want the input box to be place at it\'s center. How can I do this?
#input_box { margin: 0 auto; text-align: left; } #div { text-align: center; } Input:
or you could do it using padding, but this is not that great of an idea.