这是我桌子的一部分。我在 td 中有一个按钮和 2 个图像。我想把它们移到中心。我该怎么做?我试过填充,边距。但它们不起作用。
<td align="center" style="width: 200px;">
<input type="button" name="submit" onClick="mySubmit();"
style="position: relative; float: left; top: 10%" value=" GO ">
<a href="#" style="position: relative; float: left; top: 2%;" onClick="mySubmit();">
<img src="../images/refresh.png" style="position:relative;">
</a>
<input type="checkbox" name="upsCheckbox" id="upsCheckbox" onChange="setRefresh(this.checked)"/>
<a href="#" style="position: relative; float: left; top: 2%;" onClick="enterFullscreen();">
<img src="../images/FullScreen.jpg" style="position: relative; top:2%;">
</a>
</td>