How to set position of checkbox to middle of td and input type text using css ?
i tried to set position middle for checkbox buy not work , how can i do that ?
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f7f8f9" style=" background: none; ">
<tbody>
<tr style=" display: block; ">
<td valign="top" style=" border: 1px solid; ">
<input type="checkbox" name="test" value="555"/>
<input type="text" value=""/>
</td>
</tr>
</tbody>
</table>
Aucun commentaire:
Enregistrer un commentaire