i’m new to html and the whole web development process (so excuse me if this is a stupid question) but how can i center a form in the middle of the page? I have the below code, but when i apply it, the form aligns centre but sticks to the top of the page – why? i can adjust it manually but i imagine that there will be problems depending on the resolution the site is viewed later down the line.
#formWrapper{
width:550px;
padding 2em 0 2em 0; border:solid 5px #F1F1F1;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
background-color: #AFC8DE;
}
And for verticaly align the div look here for an example
http://stylizedweb.com/2008/02/01/vertical-align-div/