hi all,
i have a simple form with 5 fields username,email id,password,retype password and phone no.they all to be displayed in correct format as one after other.my am getting error for last field i.e.,phone no is is not displayed properly
how to display the 5th field in correct format...below is the code i have written in css..
if there are more than 4 fields tell me how to display all in correct format.
.form label
{
float:left;
width:100px;
padding:10px 10px 0 10px 0;
font-weight:bold;
}