更改贝宝按钮图像 [英] Change PayPal Button Image

查看:86
本文介绍了更改贝宝按钮图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 <  表单 目标   paypal"   动作  ="  https://www.paypal.com/cgi-bin/webscr" 方法   post" > ; 
 <  输入    =" 







请告诉我如何更改上面代码中按钮的图像???????

解决方案

不知道是什么在阻止你!这样行不行吗?

 <  输入   类型  ="    名称  ="  边框     < big  >  src ="AnyImagePath/MyCustomImage.gif" <  >  alt =" PayPal-一种更安全,更轻松的在线支付方式"/> 


<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <input type="hidden" name="business" value="amit@alchemistsoftwares.com"/>
 <input type="hidden" name="cmd" value="_cart"/>
 <input type="hidden" name="add" value="7"/>
 <input type="hidden" name="item_name" value="Kodak A4 Threaded Flatbed"/>
 <input type="hidden" name="amount" value="70"/>
 <input type="hidden" name="currency_code" value="USD"/>
 <input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif"  alt="PayPal - The safer, easier way to pay online"/>
 <img alt="" border="0" width="1" height="1"  src="https://www.paypal.com/en_US/i/scr/pixel.gif" />
</form>







Plz tell me how can i change image of button in above code???????

解决方案

Don''t know what was stopping you! Wouldn''t this work?

<input type="image" name="submit" border="0" <big>src="AnyImagePath/MyCustomImage.gif" </big> alt="PayPal - The safer, easier way to pay online"/>


这篇关于更改贝宝按钮图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆