Hi, i've got a formatting problem.
I want a form centred, but all the things ive tried makes them go funny places.
Can i centre an entire form?
Here's where it is:
MY CSS:
label
{
width: 28em;
float: centre;
text-align: left;
margin-right: 0.5em;
display: block
}
fieldset
{
border: 1px solid #00C;
width: 20em
position: center;
}
legend
{
color: #fff;
background: #666;
border: 2px solid #00C;
padding: 2px 6px
}
I want a form centred, but all the things ive tried makes them go funny places.
Can i centre an entire form?
Here's where it is:

MY CSS:
label
{
width: 28em;
float: centre;
text-align: left;
margin-right: 0.5em;
display: block
}
fieldset
{
border: 1px solid #00C;
width: 20em
position: center;
}
legend
{
color: #fff;
background: #666;
border: 2px solid #00C;
padding: 2px 6px
}