Hi Joris.
I see that you never received an answer on "How to Center a Form"
You can simple insert this to your css style:
#clickdimensionsForm {
margin-left: auto;
margin-right: auto;
width: 400px;
}
/Flemming
Hi Joris.
I see that you never received an answer on "How to Center a Form"
You can simple insert this to your css style:
#clickdimensionsForm {
margin-left: auto;
margin-right: auto;
width: 400px;
}
/Flemming