font size paypal

Discussion in 'HTML & Website Design' started by Dee2007, Jul 15, 2008.

  1. #1
    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 :)
     
    Dee2007, Jul 15, 2008 IP
  2. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
     
    mds, Jul 15, 2008 IP
  3. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #3
    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:confused:

    Dee
     
    Dee2007, Jul 15, 2008 IP
  4. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #4
    If you are using a <span> you might try % instead of px
     
    mds, Jul 15, 2008 IP
  5. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #5
    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) &amp; 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&quot; 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>
     
    Dee2007, Jul 15, 2008 IP
  6. 50plus

    50plus Guest

    Messages:
    234
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    <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) &amp; 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&quot; 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>
     
    50plus, Jul 16, 2008 IP