How to integrate PayPal paiement button?

In a Raw Text (HTML) copy/paste the generate code by Paypal.

See elements, arrangements and settings in simulated edition mode
green-apple.jpg

Lorem ipsum dolor sit amet, consectetuer adipiscing elit.

Pricing: 10.00 €

green-apple.jpg

Lorem ipsum dolor sit amet, consectetuer adipiscing elit.

Pricing: 10.00 €

option

<!-- The code below has been produced for the Websico account, only for example. You have to use the Paypal generator for your own account -->

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="adress@yourdomain.com">
<input type="hidden" name="lc" value="FR">
<input type="hidden" name="item_name" value="Green Apple">
<input type="hidden" name="item_number" value="01">
<input type="hidden" name="amount" value="15.00">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="tax_rate" value="20.000">
<input type="hidden" name="shipping" value="5.00">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>

The element can be moved anywhere in the page and all standard style properties can be applied (Borders, Margins, Colors)

© Source : PayPal