I am new to html/css. i am trying to build up my own form and i am trying to align it in the center. I used the align property in css but its not working.
Html code:
I would just use table and not the form. Its done by using margin.
table { margin: 0 auto; }
also try using something like
table td { padding-bottom: 5px; }
instead of
and also your input should end with /> e.g:
/>