Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="admin@computerbuddy.org">
<input type="hidden" name="undefined_quantity" value="1">
<input type="hidden" name="item_name" value="Forum Posting Plan 1">
<input type="hidden" name="item_number" value="0001">
<input type="hidden" name="amount" value="13.99">
<input type="hidden" name="page_style" value="PayPal">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="return" value="http://www.computerbuddy.org/payment sent details form.php">
<input type="hidden" name="cancel_return" value="http://http://www.computerbuddy.org/cancel.php">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-BuyNowBF">
you need to wrap these in an element with properties such as,
margin:0; padding:0; visiblity:hidden; width:0; height:0;, i can't be sure though because I haven't used the PayPal button before so sorry about that... also why are all those offers wrapped in <code></code> tags? I'm pretty sure that's not required?
Boog's