"Add To Cart" button out of shape after html coding

SophiaYu
Contributor
Contributor

I use notepad++ to edit htm page.  image size width="92" height="26"  not working right, the width of image not right

https://snag.gy/C89o4e.jpg

 

this codes I copied from paypal created button.

 

<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" width="92" height="26" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

===========================================================

original html template I use is :

<!-- Begin Container -->
<div class="box">

<h1 class="title">Full-Width</h1>

<div class="one-third">
<div class="outer none"><span class="inset"><img src=".jpg" alt="About" title="About" /></span></div>
</div>

<div class="two-third last">
<h2>About Me</h2>
<p>Cur</p>
<p>Integesque ornare sem lacinia quam venenatis vestibulum.</p>
<h4>Ferm</h4>
<p>ed  non magna. Maecenas sed diamsit amet non magna.<br />
</div>
<div class="clear"></div>

</div>
<!-- End Container -->

 

============================

pls help.  thanks

 

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.