Hi, please can someone tell me how to change the default font size in the paypal code, I need the font to be Arial, 8px. Thanks In Advance Dee
Hi, thanks, however that didn't work for me, the text is still too big and even when I change 8px to 6px it doesn't go any smaller Dee
Hi well as I said in PM nothing is working. If anyone knows how to do it, I'd be very grateful Here is the code "<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <table><tr><td><input type="hidden" name="on0" value="<span style="font-family:arial;font-size:70%;">Top (1st) & Bottom (2nd) Color</span>">Top (1st) & Bottom (2nd) Color</td><td><input type="text" name="os0" maxlength="60"></td></tr><tr><td><input type="hidden" name="on1" value="Name (in order)">Name (in order)</td><td><input type="text" name="os1" maxlength="60"></td></tr></table><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="xxxxxxxxxxx"> <input type="hidden" name="item_name" value="11" Sq. Plate"> <input type="hidden" name="amount" value="42.00"> <input type="hidden" name="page_style" value="PayPal"> <input type="hidden" name="no_shipping" value="2"> <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/webscr" method="post"> <table style="font-family:arial; font-size:8px;"><tr><td><input type="hidden" name="on0" value="Top (1st) & Bottom (2nd) Color">Top (1st) & Bottom (2nd) Color</td><td><input type="text" name="os0" maxlength="60"></td></tr><tr><td><input type="hidden" name="on1" value="Name (in order)">Name (in order)</td><td><input type="text" name="os1" maxlength="60"></td></tr></table><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="xxxxxxxxxxx"> <input type="hidden" name="item_name" value="11" Sq. Plate"> <input type="hidden" name="amount" value="42.00"> <input type="hidden" name="page_style" value="PayPal"> <input type="hidden" name="no_shipping" value="2"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-ShopCartBF"> </form>