CSS is a language for visually "styling" stuff on a web page. You don't need to use CSS to manipulate the Paypal code, as you can see, everything is hidden.
This is a discussion on How do you edit paypal code html to css/html? within the Web Design forums, part of the Web Designing & Development category; How do you edit paypal code html to css/html?...
How do you edit paypal code html to css/html?
CSS is a language for visually "styling" stuff on a web page. You don't need to use CSS to manipulate the Paypal code, as you can see, everything is hidden.
Use this code. i think it is helpful for you.
Code:<form target="paypal" action="https://www.paypal.com/cgi-bin/w... method="post"> <input type="image" src="https://www.paypal.com/en_US/i/btn/... border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/... width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="Cardboard Cutouts zine Issue 1"> <input type="hidden" name="amount" value="0.75"> <input type="hidden" name="no_shipping" value="0"> <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-ShopCartBF"> </form> <form target="paypal" action="https://www.paypal.com/cgi-bin/w... method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="[email protected]"> <input type="image" src="https://www.paypal.com/en_US/i/btn/... border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <input type="hidden" name="display" value="1"> </form>
Bookmarks