我尝试过不同的代码,但我无法在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>
答案 0 :(得分:0)
尝试保证金自动属性
.center_div{
margin:0 auto;
height:100px;
width:100px;
background:green;
color:white;
}
&#13;
<div class="center_div">
Iam Center
</div>
&#13;