如何将ImageButton(图像和按钮)置于网页中间?

时间:2018-05-07 06:01:09

标签: c# asp.net

我尝试过不同的代码,但我无法在Visual Studio中集中使用ImageButton for Paypal。 代码在下面

 <table> 
     <tr>

     <td>
                <asp:ImageButton ID="CheckoutImageBtn" runat="server" 
        ImageUrl="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" 
                  Width="145" AlternateText="Check out with PayPal" 
                  OnClick="CheckoutBtn_Click" 
                  BackColor="Transparent" BorderWidth="0" />
     </td>

     </tr>
</table>

1 个答案:

答案 0 :(得分:0)

尝试保证金自动属性

&#13;
&#13;
.center_div{
margin:0 auto;
height:100px;
width:100px;
background:green;
color:white;
}
&#13;
<div class="center_div">
Iam Center

</div>
&#13;
&#13;
&#13;