gnanesh
07-28-2003, 02:57 PM
folks
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
<SPAN style='white-space:nowrap'><input type="checkbox" <%= disabled %> onfocus='this.blur()' onclick='this.checked=false'><FONT SIZE="1">Proofs</FONT></SPAN>
Is there any way i can specify the valign="center" in this tag, Please me know about this
Thanks
GG
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
<SPAN style='white-space:nowrap'><input type="checkbox" <%= disabled %> onfocus='this.blur()' onclick='this.checked=false'><FONT SIZE="1">Proofs</FONT></SPAN>
Is there any way i can specify the valign="center" in this tag, Please me know about this
Thanks
GG