please repair the codes I given below to align these controls in well.
Here the Page:-
You can see the label and concerned controls are in a non alignment pose.
here the code I working with:-
 
 
 
And the CSS code for this div is:-
.content
{
padding:20px 50px 20px 70px;
float:none;
margin-left: 130px;
margin-right:130px;
margin-bottom:130px;
margin-top:130px;
background-color:#1F5894;
}

Sanjeeb LenkaPosted Aug 17, 2013, 4:01 AM
Abhishek JainPosted Aug 17, 2013, 3:41 AM
 
 
 
Else one other way is to have column structure with table tag like this: