lundi 17 août 2015

How to set position of checkbox to middle of td and input type text using css?

How to set position of checkbox to middle of td and input type text using css ?

http://ift.tt/1WACkQ8

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