G
Guest
i am setting up a basic storefront and want a paypal
button to line up beside the product desc. I make a code
fragment and paste the following text
<form target="paypal" action="https://www.paypal.com/cgi-
bin/webscr" method="post">
<input type="image" src="http://www.acmesales.net/ATC.gif"
border="0" name="submit" alt="Make payments with PayPal -
it's fast, free and secure!">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business"
value="(e-mail address removed)">
<input type="hidden" name="item_name" value="test">
<input type="hidden" name="item_number" value="test">
<input type="hidden" name="amount" value="100.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
</form>
When i preview or publish the site the graphics have large
gaps between them
button to line up beside the product desc. I make a code
fragment and paste the following text
<form target="paypal" action="https://www.paypal.com/cgi-
bin/webscr" method="post">
<input type="image" src="http://www.acmesales.net/ATC.gif"
border="0" name="submit" alt="Make payments with PayPal -
it's fast, free and secure!">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business"
value="(e-mail address removed)">
<input type="hidden" name="item_name" value="test">
<input type="hidden" name="item_number" value="test">
<input type="hidden" name="amount" value="100.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
</form>
When i preview or publish the site the graphics have large
gaps between them