Click to See Complete Forum and Search --> : Valign ?


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

Khalid Ali
07-28-2003, 03:05 PM
read up on css property
vertical-align
as well as display:table-cell