hi guys this is very very simple and basic question.. i just cnat get it done .
i want to align the checkbox in middle how do i do that ..
here is the screenshot
i tried doing
[CODE=CSS]vertical-align:middle;[/CODE]
in css but din really help.. was that wrong way i was doing ?
i would like to do it in HTML or if in CSS then tell how do i write inline code, i.e. i dont want to add one more div in my CSS file.. just tell me how can i edit this code
[HTML]<input type="checkbox" id='chk' name='rem' />[/HTML]
i want to align the checkbox in middle how do i do that ..
here is the screenshot
i tried doing
[CODE=CSS]vertical-align:middle;[/CODE]
in css but din really help.. was that wrong way i was doing ?
i would like to do it in HTML or if in CSS then tell how do i write inline code, i.e. i dont want to add one more div in my CSS file.. just tell me how can i edit this code
[HTML]<input type="checkbox" id='chk' name='rem' />[/HTML]
Comment