Valign ?

liunx

Guest
folks<br />
<br />
i have the below tag i.e. SPAN i am displaying a disabled checkbox along with the name of that checkbox, i need to make the text (name of the checkbox) to be vertical aligned as "middle" , here is the code<br />
<br />
<SPAN style='white-space:nowrap'><input type="checkbox" <%= disabled %> onfocus='this.blur()' onclick='this.checked=false'><FONT SIZE="1">Proofs</FONT></SPAN><br />
<br />
Is there any way i can specify the valign="center" in this tag, Please me know about this<br />
<br />
Thanks <br />
GG<!--content-->read up on css property <br />
vertical-align<br />
as well as display:table-cell<!--content-->
 
Back
Top