Paypal add to cart forms
Paypal add to cart forms
Out of context: Reply #7
- Started
- Last post
- 12 Responses
- PSYKHO0
Try this:
<style>
#div{
width:160px; float:left;
}
.left{
float:left;
}
form{
margin:0px; padding:0px;
}</style>
<div id="pp">
<form>
<img width="70" height="30" class="left">
</form>
<form>
<img width="70" height="30" class="left">
</form>
</div>Just add the hidden fields with in the form fields, copy only what you need.